fix coverage generation

pull/80/merge
Martin Zimmermann 10 years ago
parent c4430c857c
commit eeebb4c34c

@ -40,8 +40,7 @@ site: $(RST) $(WWW) $(CSS)
cd docs && sphinx-build -b dirhtml . _build/html
coverage: $(ISSO_PY_SRC)
nosetests --with-doctest --with-coverage --cover-package=isso \
--cover-html isso/ specs/
nosetests --with-doctest --with-coverage --cover-package=isso --cover-html isso/
test: $($ISSO_PY_SRC)
python setup.py nosetests

Loading…
Cancel
Save