summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzhangboye <zhangboye@inspur.com>2021-04-20 13:59:11 +0800
committerTim Burke <tim.burke@gmail.com>2021-06-30 18:19:51 -0700
commit9d708e6c902171615032b65c63f08432698a6a7b (patch)
tree4a6b282e69039099ee960e51c5c650873d236a05
parentf5096bf6c83a287905f79d0e005cfcb61ae5baaf (diff)
downloadswift-bench-9d708e6c902171615032b65c63f08432698a6a7b.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: I8225f85caa5db84d10eef91a7948306d98ba8962
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 67ceb72..4d84089 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,5 +1,5 @@
[tox]
-envlist = py37,pypy,pep8
+envlist = py3,pypy,pep8
minversion = 1.6
[testenv]