summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwangzihao <wangzihao@yovole.com>2020-09-18 11:15:47 +0800
committerwangzihao <wangzihao@yovole.com>2020-09-18 11:15:47 +0800
commitcbc1fb08ec7fd335eb434606a64e9ae051ea28bf (patch)
treea405cda2bcda56ac25638ef37b520bd7464473dc
parent51aee432d96c0291d01419c3db2248114d176fdd (diff)
downloadpython-openstackclient-cbc1fb08ec7fd335eb434606a64e9ae051ea28bf.tar.gz
bump py37 to py38 in tox.ini
in 'victoria' cycle, we should test py38 by default. and remove redundant python env. Change-Id: I6426cc55ee9b6bee96620a8185fbdb39c24a68a8
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 3a2a307d..6dd04d5b 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