Skip to content

Commit 0a9eece

Browse files
committed
fixed test suite
1 parent 8b4c6b1 commit 0a9eece

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ python:
66
install:
77
- pip install coveralls
88

9-
script: run --source maxcube setup.py test
9+
script: coverage run --source maxcube setup.py test
1010

1111
after_success:
1212
- coveralls

0 commit comments

Comments
 (0)