aboutsummaryrefslogtreecommitdiffstats
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 882140f..465cf5b 100644
--- a/tox.ini
+++ b/tox.ini
@@ -48,10 +48,11 @@ commands =
{envpython} --version
pytest --version
coverage run --module pytest ice_validator --self-test -rxXs
- coverage report
+ coverage xml
deps = -rrequirements.txt
flake8
coverage
+ pytest
[testenv:style]
commands = flake8 ice_validator