We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b251b0a commit 0e6ec5aCopy full SHA for 0e6ec5a
.travis.yml
@@ -11,5 +11,5 @@ install:
11
- python setup.py -q install
12
- pip install -r requirements-dev.txt
13
# command to run tests
14
-script: make test
+script: make coverage
15
after_success: coveralls
0 commit comments