tox: Use better coverage report

This commit is contained in:
Stein Magnus Jodal 2015-03-05 22:59:42 +01:00
parent 51fb2e2242
commit 733732405f

View File

@ -6,7 +6,8 @@ sitepackages = true
commands =
py.test \
--basetemp={envtmpdir} \
--junit-xml=xunit-{envname}.xml --cov=mopidy \
--junit-xml=xunit-{envname}.xml \
--cov=mopidy --cov-report=term-missing \
-n 4 \
{posargs}
deps =