summaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorVijay Venkatesh Kumar <vv770d@att.com>2021-03-29 21:50:31 +0000
committerGerrit Code Review <gerrit@onap.org>2021-03-29 21:50:31 +0000
commitea8f93acb6cac13c70a30492b41431182de76984 (patch)
treeaedd1615ff9b39ab09917650b65869ea56aa4071 /tox.ini
parent11940887951d2ed30fb4471d1ffe4bf120737abd (diff)
parent626ee392a16840390b11192422f524ce748699b5 (diff)
Merge "Change python baseOS img to integration-python"2.5.4
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 6758393..facc40e 100644
--- a/tox.ini
+++ b/tox.ini
@@ -17,7 +17,7 @@
# ECOMP is a trademark and service mark of AT&T Intellectual Property.
[tox]
-envlist = py37,py38
+envlist = py38,py39
[testenv]
deps=
@@ -33,7 +33,7 @@ commands=
coverage xml -i
[testenv:flake8]
-basepython = python3.8
+basepython = python3.9
skip_install = true
deps = flake8
commands = flake8 setup.py config_binding_service tests