Skip to content

Commit

Permalink
enh: adding coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
satra committed Oct 30, 2013
1 parent d0df90a commit da9ec40
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ test-doc:
--doctest-fixtures=_fixture doc/

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

test: clean test-code

Expand Down

0 comments on commit da9ec40

Please sign in to comment.