aboutsummaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini4
1 files changed, 3 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index dd7854c..71df1b4 100644
--- a/tox.ini
+++ b/tox.ini
@@ -11,4 +11,6 @@ deps=
setenv =
PYTHONPATH={toxinidir}
recreate = True
-commands=pytest --junitxml xunit-reports/xunit-result-policyhandler.xml --cov policyhandler --cov-report=xml
+commands=
+ #pytest --junitxml xunit-reports/xunit-result-policyhandler.xml --cov policyhandler --cov-report=xml
+ pytest --cov policyhandler --cov-report=xml --cov-report=term tests --verbose