Skip to content

Commit 642d971

Browse files
committed
Making tests include coverage.
1 parent c67f80f commit 642d971

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ install:
1919

2020
test:
2121
pip install -r test_requirements.txt --use-mirrors
22-
nosetests -v tests/
22+
nosetests -v tests/ --with-coverage --cover-inclusive --cover-package yajl
2323

2424
doc: gh-pages
2525

0 commit comments

Comments
 (0)