Skip to content

Commit

Permalink
added doctest to coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
satra committed Sep 9, 2011
1 parent c146692 commit d716586
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ test-doc:
--doctest-fixtures=_fixture doc/

test-coverage:
$(NOSETESTS) -s --with-coverage --cover-html --cover-html-dir=coverage \
$(NOSETESTS) -s --with-doctest --with-coverage --cover-html --cover-html-dir=coverage \
--cover-package=nipype nipype

test: test-code
Expand Down

0 comments on commit d716586

Please sign in to comment.