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 8d1a9da commit 7d859f1Copy full SHA for 7d859f1
.travis.yml
@@ -6,4 +6,6 @@ install:
6
- pip install -r requirements.txt --use-mirrors
7
- pip install -r dev-requirements.txt --use-mirrors
8
script:
9
- - nosetests tests/unit
+ - nosetests --with-coverag tests/unit
10
+after_success:
11
+ coveralls --verbose
dev-requirements.txt
@@ -3,3 +3,5 @@
3
#
4
nose==1.3.4
5
mock==1.0.1
+coveralls==0.5
+coverage==3.7.1
0 commit comments