diff --git a/tox.ini b/tox.ini index 069a94c0b..b2e8c5599 100644 --- a/tox.ini +++ b/tox.ini @@ -4,6 +4,7 @@ envlist = py27, py35 [testenv] commands = {envbindir}/py.test --cov=dosage --cov=dosagelib --tb=short -n4 \ + --cov-report=xml:{toxworkdir}/cov-{envname}.xml --cov-report=term \ --junitxml={toxworkdir}/junit-{envname}.xml {posargs} - {envbindir}/flake8 passenv = TRAVIS