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 c67f80f commit 642d971Copy full SHA for 642d971
Makefile
@@ -19,7 +19,7 @@ install:
19
20
test:
21
pip install -r test_requirements.txt --use-mirrors
22
- nosetests -v tests/
+ nosetests -v tests/ --with-coverage --cover-inclusive --cover-package yajl
23
24
doc: gh-pages
25
0 commit comments