fix coverage generation
This commit is contained in:
parent
c4430c857c
commit
eeebb4c34c
3
Makefile
3
Makefile
@ -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…
Reference in New Issue
Block a user