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 18bad27 commit c22e85bCopy full SHA for c22e85b
Makefile
@@ -19,7 +19,7 @@ install:
19
20
test:
21
pip install -r test_requirements.txt --use-mirrors
22
- nosetests -v tests/ --with-coverage --cover-package yajl
+ nosetests --with-cov --cover-erase --cov yajl -v tests/
23
24
doc: gh-pages
25
test_requirements.txt
@@ -1,2 +1,3 @@
1
minimocktest
2
nose
3
+nose-cov
0 commit comments