summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsongwenping <songwenping@inspur.com>2021-04-20 02:37:01 +0000
committersongwenping <songwenping@inspur.com>2021-04-20 02:37:33 +0000
commitfa0535a88831cb7b91c0bf9568679a21c77f9e7c (patch)
tree5bc0811a59dc225005a2fdaf6e7759e276150ac1
parent0062d33aee38c3745d28fa719df5186bf16c1123 (diff)
downloadcliff-fa0535a88831cb7b91c0bf9568679a21c77f9e7c.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. Wallaby support officially the following runtimes [1]: - Python 3.6 - Python 3.8 During Victoria Python 3.7 was used as the default runtime [2] however this version isn't longer officially supported. [1] https://governance.openstack.org/tc/reference/runtimes/wallaby.html#python-runtimes-for-wallaby [2] https://governance.openstack.org/tc/reference/runtimes/victoria.html#python-runtimes-for-victoria Change-Id: I5d419e881a42e627fd0699cb2ab68b66e7295cee
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 73e9082..49d0d38 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,6 +1,6 @@
[tox]
minversion = 3.1.0
-envlist = py38,pep8
+envlist = py3,pep8
ignore_basepython_conflict = True
[testenv]