summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzhangboye <zhangboye@inspur.com>2021-04-20 09:34:55 +0800
committerzhangboye <zhangboye@inspur.com>2021-04-20 09:36:29 +0800
commitb5faf37f1b9f8cd6c065327309c8290c211d13d2 (patch)
tree2ff04a1a8c3731c6649fed8708398430b7560969
parent21edd11ba95df0d71403a0b995d26df67b2f629f (diff)
downloadpython-novaclient-b5faf37f1b9f8cd6c065327309c8290c211d13d2.tar.gz
Use py3 as the default runtime for tox
Moving on py3 as the default runtime for tox to avoid to update this at each new cycle. Change-Id: Icad6d0d0d375d1995baa603b091be50797210215
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 9036fcdb..b8072ee4 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,5 +1,5 @@
[tox]
-envlist = py38,pep8,docs
+envlist = py3,pep8,docs
minversion = 3.1
skipsdist = true
ignore_basepython_conflict = true