summaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini3
1 files changed, 2 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index b976be2..b4f3ee5 100644
--- a/tox.ini
+++ b/tox.ini
@@ -9,7 +9,8 @@ distribute = False
commands =
{envpython} --version
pytest --version
- pytest --cov=imagescanner
+ coverage run --module pytest imagescanner
+ coverage xml
deps =
flake8
pytest-cov