add coverage report to test output

Change-Id: I983a6f6cdb2deb7373e1ab1aba9d2a0762a7fb8f
This commit is contained in:
Doug Hellmann 2013-10-11 16:47:08 -04:00
parent 6b5b17c970
commit 639eee1f81
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ deps =
# registered http-based URL.
https://github.com/downloads/drkjam/netaddr/netaddr-0.7.10.tar.gz
-r{toxinidir}/test_requirements.txt
commands = nosetests {posargs}
commands = nosetests --with-coverage --cover-package=akanda.rug {posargs}
sitepackages = False
downloadcache = {toxworkdir}/_downloads