aboutsummaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorVijay Venkatesh Kumar <vv770d@att.com>2020-07-23 17:20:20 +0000
committerGerrit Code Review <gerrit@onap.org>2020-07-23 17:20:20 +0000
commiteb67917b237c03d5c1f3c2598aa47f3440decd4a (patch)
tree00efdc4af04e5bd32cc7eb8a510a6f35732d3035 /tox.ini
parentfb84d6d2d2c577f95ece1340a0f01acbe9f40a7f (diff)
parentdf9877a76ce131f9ed1cc1f187847bc5ef5cf814 (diff)
Merge "Run in Python 3.8"
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 614642b..6758393 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,flake8
+envlist = py37,py38
[testenv]
deps=
@@ -33,7 +33,7 @@ commands=
coverage xml -i
[testenv:flake8]
-basepython = python3.7
+basepython = python3.8
skip_install = true
deps = flake8
commands = flake8 setup.py config_binding_service tests