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 cd docs && sphinx-build -b dirhtml . _build/html
coverage: $(ISSO_PY_SRC) coverage: $(ISSO_PY_SRC)
nosetests --with-doctest --with-coverage --cover-package=isso \ nosetests --with-doctest --with-coverage --cover-package=isso --cover-html isso/
--cover-html isso/ specs/
test: $($ISSO_PY_SRC) test: $($ISSO_PY_SRC)
python setup.py nosetests python setup.py nosetests

Loading…
Cancel
Save