summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2020-10-01 13:14:02 +0000
committerGerrit Code Review <review@openstack.org>2020-10-01 13:14:02 +0000
commit704656291946135f3403c0cb5951f6afeb83f6ac (patch)
treefa6d72812667d4f47f39714894c64c83d7c870e2
parent652c1bbbe033b55325ada9e7cef619ec9db32769 (diff)
parentcbc1fb08ec7fd335eb434606a64e9ae051ea28bf (diff)
downloadpython-openstackclient-5.4.0.tar.gz
Merge "bump py37 to py38 in tox.ini"victoria-em5.4.0
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index fdff6539..c0f6dd5d 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,6 +1,6 @@
[tox]
minversion = 3.2.0
-envlist = py37,pep8
+envlist = py38,pep8
skipdist = True
# Automatic envs (pyXX) will only use the python version appropriate to that
# env and ignore basepython inherited from [testenv] if we set