aboutsummaryrefslogtreecommitdiffstats
path: root/tox-local.ini
diff options
context:
space:
mode:
authorTommy Carpenter <tommy@research.att.com>2018-02-20 07:47:25 -0500
committerTommy Carpenter <tommy@research.att.com>2018-02-20 14:40:20 -0500
commite0117d81950cb8fdb5e56858d11fbfab6f3766a2 (patch)
treeba13f3f43ff73bfde959201fcb4c31cddec58e48 /tox-local.ini
parentcddb7244e2853737644f06043056526437ecb7fe (diff)
Implement the new api service_component_all
Change-Id: I50cc54f65023d61e1a085fdd2b13654553f7b7ad Issue-ID: DCAEGEN2-348 Signed-off-by: Tommy Carpenter <tommy@research.att.com>
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