summaryrefslogtreecommitdiffstats
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 da487f2..116e6e9 100644
--- a/tox.ini
+++ b/tox.ini
@@ -6,9 +6,11 @@ deps=
Flask
connexion
pytest
+ coverage
+ pytest-cov
requests
six
setenv =
CONSUL_HOST = 8.8.8.8
HOSTNAME = config_binding_service
-commands=pytest
+commands=pytest --junitxml xunit-reports/xunit-result-configbinding.xml --cov .tox/py35/lib/python3.5/site-packages/ --cov-report=xml \ No newline at end of file