summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authormaaoyu <maaoyu@inspur.com>2020-10-12 16:07:21 +0800
committermaaoyu <maaoyu@inspur.com>2020-11-05 10:53:30 +0800
commitc0f62f21b7ff2f596f09b4ac3219d8b4d9cce31e (patch)
tree49002295e996e227df144d159ee3a00c0ed47696 /tox.ini
parent5b8068818dba6b20475aeb89fe02613f99978365 (diff)
downloadpython-designateclient-c0f62f21b7ff2f596f09b4ac3219d8b4d9cce31e.tar.gz
bump py37 to py38 in tox.ini
in 'wallaby' cycle, we should test py38 by default. ref: https://governance.openstack.org/tc/reference/runtimes/wallaby.html Change-Id: Id16ba0121910132102b6b19c049d605b46e71751
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index eda694d..88e0ff1 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,5 +1,5 @@
[tox]
-envlist = py36,py37,py38,flake8
+envlist = py36,py38,flake8
minversion = 3.1.0
skipsdist = True
skip_missing_interpreters = true