aboutsummaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini3
1 files changed, 1 insertions, 2 deletions
diff --git a/tox.ini b/tox.ini
index 7ba18f6..33a528b 100644
--- a/tox.ini
+++ b/tox.ini
@@ -8,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=xml tests --verbose
pytest --verbose --cov config_binding_service --cov-report=xml --cov-report=term tests