summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzhangboye <zhangboye@inspur.com>2021-04-20 15:11:00 +0800
committerzhangboye <zhangboye@inspur.com>2021-04-20 15:11:06 +0800
commit998bb8b578019df3a7b229eac806287f3fd32069 (patch)
tree9cee56dad1c00e158d7f287958adeb0f61853d69
parenteaf40510fad99a3e86f64ecdace46e6e17b89242 (diff)
downloadpython-swiftclient-998bb8b578019df3a7b229eac806287f3fd32069.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: I4a54455e7e8b1b4de2f9656d13f65ef090da68eb
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 0837a06..10e7b8d 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,5 +1,5 @@
[tox]
-envlist = py27,py38,pep8
+envlist = py27,py3,pep8
minversion = 2.0
skipsdist = True