diff options
author | Tommy Carpenter <tommy@research.att.com> | 2018-02-19 20:46:13 -0500 |
---|---|---|
committer | Tommy Carpenter <tommy@research.att.com> | 2018-02-19 20:47:55 -0500 |
commit | e8e4e3878deb5e93ae25f93fe047708a170893ca (patch) | |
tree | f3c7663b5ff9b1280bff5e65bc1788c67edd2209 /onap-dcae-cbs-docker-client/tox.ini | |
parent | 8c776e128cf557490db59525b29a608e30e637be (diff) |
Dont pin requests version in client lib
Note 0.0.4 was previously reused erronsouly in public pypi so I had to
bump to 0.0.5
Issue-ID: DCAEGEN2-351
Change-Id: Ifd9fbd3f021d07f4ff2beac8aaf5a60ff4a1e317
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 9e57fc0..cad80d0 100644 --- a/onap-dcae-cbs-docker-client/tox.ini +++ b/onap-dcae-cbs-docker-client/tox.ini @@ -1,10 +1,9 @@ # content of: tox.ini , put in same dir as setup.py [tox] -envlist = py27,py35 +envlist = py27,py36 [testenv] deps= - -rrequirements.txt pytest coverage pytest-cov |