diff options
author | Tommy Carpenter <tommy@research.att.com> | 2019-06-19 14:54:53 +0000 |
---|---|---|
committer | Tommy Carpenter <tommy@research.att.com> | 2019-06-21 14:07:29 -0400 |
commit | 6778c62c6f9bfb7f6dc0123f268eb3f4e960b847 (patch) | |
tree | ee5403fca9adac71741c1c05ea1817f34f91e567 /onap-dcae-cbs-docker-client/tox.ini | |
parent | 4952f1f70ec234b4a0e053e5bb0cf940d10687e5 (diff) |
Move to k8s service names, exceptions
Issue-ID: DCAEGEN2-1537
Change-Id: Ibb7bd0233b5de9eb853f3516ba0907e148eae21d
Signed-off-by: Tommy Carpenter <tommy@research.att.com>
Diffstat (limited to 'onap-dcae-cbs-docker-client/tox.ini')
-rw-r--r-- | onap-dcae-cbs-docker-client/tox.ini | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/onap-dcae-cbs-docker-client/tox.ini b/onap-dcae-cbs-docker-client/tox.ini index a8c9272..e5eeb43 100644 --- a/onap-dcae-cbs-docker-client/tox.ini +++ b/onap-dcae-cbs-docker-client/tox.ini @@ -1,6 +1,6 @@ # content of: tox.ini , put in same dir as setup.py [tox] -envlist = py27,py36,flake8 +envlist = py36,flake8 [testenv] deps= @@ -8,7 +8,6 @@ deps= coverage pytest-cov setenv = - CONSUL_HOST = consuldotcom HOSTNAME = mybestfrienddotcom CONFIG_BINDING_SERVICE = config_binding_service PYTHONPATH={toxinidir} |