aboutsummaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorHansen, Tony (th1395) <th1395@att.com>2021-07-19 23:45:06 +0000
committerHansen, Tony (th1395) <th1395@att.com>2021-07-23 16:32:30 +0000
commit475a64860f8909a59206308a666b5a4e078dedf3 (patch)
tree5ffd1722b7233f509973ce9e1298b0231dbfbdc2 /tox.ini
parenta39117310d7de354ebbac7d9a88fdaa3550aaaf7 (diff)
use version 2.2.1 of pypi onap_dcae_cbs_docker_client2.0.5
Change-Id: I09106b2595deb4b8c74e4adad54ae3b78f896071 Signed-off-by: Hansen, Tony (th1395) <th1395@att.com> Issue-ID: DCAEGEN2-2853 Signed-off-by: Hansen, Tony (th1395) <th1395@att.com>
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini4
1 files changed, 2 insertions, 2 deletions
diff --git a/tox.ini b/tox.ini
index 3e356ea..a91a3e3 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,7 +1,7 @@
# content of: tox.ini , put in same dir as setup.py
[tox]
-envlist = py36
-# envlist = py36,py37,py38,py39
+# envlist = py36
+envlist = py36,py37,py38,py39
skip_missing_interpreters = true
[testenv]