We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b4c6b1 commit 0a9eeceCopy full SHA for 0a9eece
.travis.yml
@@ -6,7 +6,7 @@ python:
6
install:
7
- pip install coveralls
8
9
-script: run --source maxcube setup.py test
+script: coverage run --source maxcube setup.py test
10
11
after_success:
12
- coveralls
0 commit comments