summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tox.ini4
1 files changed, 1 insertions, 3 deletions
diff --git a/tox.ini b/tox.ini
index b4f3ee5..56548a2 100644
--- a/tox.ini
+++ b/tox.ini
@@ -9,14 +9,12 @@ distribute = False
commands =
{envpython} --version
pytest --version
- coverage run --module pytest imagescanner
- coverage xml
+ pytest --cov imagescanner --cov-report=xml --cov-report=term --verbose
deps =
flake8
pytest-cov
pytest
-
[testenv:style]
basepython=python3.6
commands = python --version