Skip to content

Commit 18bad27

Browse files
committed
Trying to fix coveralls from grabbing all python source in coverage.
1 parent a502d89 commit 18bad27

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/ --with-coverage --cover-inclusive --cover-package yajl
22+
nosetests -v tests/ --with-coverage --cover-package yajl
2323

2424
doc: gh-pages
2525

0 commit comments

Comments
 (0)