aboutsummaryrefslogtreecommitdiffstats
path: root/tox-local.ini
diff options
context:
space:
mode:
Diffstat (limited to 'tox-local.ini')
-rw-r--r--tox-local.ini10
1 files changed, 5 insertions, 5 deletions
diff --git a/tox-local.ini b/tox-local.ini
index 978634d..9f66177 100644
--- a/tox-local.ini
+++ b/tox-local.ini
@@ -1,5 +1,6 @@
+# content of: tox.ini , put in same dir as setup.py
[tox]
-envlist = py27,py36
+envlist = py36
[testenv]
deps=
@@ -7,9 +8,8 @@ deps=
pytest
coverage
pytest-cov
-setenv =
+setenv =
CONSUL_HOST = 8.8.8.8
HOSTNAME = config_binding_service
-commands=pytest --cov {envsitepackagesdir}/config_binding_service --cov-report html
-
-
+commands=
+ pytest --verbose --cov config_binding_service --cov-report=html