summaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini5
1 files changed, 2 insertions, 3 deletions
diff --git a/tox.ini b/tox.ini
index b976be2..fa9b95b 100644
--- a/tox.ini
+++ b/tox.ini
@@ -9,13 +9,12 @@ distribute = False
commands =
{envpython} --version
pytest --version
- pytest --cov=imagescanner
-deps =
+ pytest --cov imagescanner --cov-report=xml --cov-report=term --verbose
+deps = -rrequirements.txt
flake8
pytest-cov
pytest
-
[testenv:style]
basepython=python3.6
commands = python --version