diff options
Diffstat (limited to 'testing')
-rw-r--r-- | testing/tox.ini | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/testing/tox.ini b/testing/tox.ini index c1d7ddb7..fecd4c5b 100644 --- a/testing/tox.ini +++ b/testing/tox.ini @@ -2,9 +2,14 @@ envlist = py27 [testenv] -commands = py.test {posargs} +commands = py.test --cov-report=html \ + --cov-report=term \ + --cov=leap.soledad \ + {posargs} deps = + coverage pytest + pytest-cov pytest-twisted pytest-benchmark mock |