summaryrefslogtreecommitdiffstats
path: root/tox.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.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.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