diff options
author | Tommy Carpenter <tommy@research.att.com> | 2018-02-20 07:47:25 -0500 |
---|---|---|
committer | Tommy Carpenter <tommy@research.att.com> | 2018-02-20 14:40:20 -0500 |
commit | e0117d81950cb8fdb5e56858d11fbfab6f3766a2 (patch) | |
tree | ba13f3f43ff73bfde959201fcb4c31cddec58e48 /tox.ini | |
parent | cddb7244e2853737644f06043056526437ecb7fe (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.ini | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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 |