add coverage target to Makefile

This commit is contained in:
Martin Zimmermann 2013-12-18 12:51:34 +01:00
parent 2a86b46893
commit 26b9088c9d

View File

@ -12,3 +12,7 @@ site:
cd docs/ && sphinx-build -E -b dirhtml -a . _build
scss docs/_static/css/site.scss docs/_build/_static/css/site.css
coverage:
nosetests --with-doctest --with-doctest-ignore-unicode --with-coverage \
--cover-package=isso --cover-html isso/ specs/