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: I53ea5d6948a1309ca7264d413108ea1a6af698e4
This commit is contained in:
zhangboye
2021-04-20 14:56:56 +08:00
parent 6996dc0b3f
commit 477f4aa44b

View File

@@ -1,6 +1,6 @@
[tox]
minversion = 3.2.0
envlist = py37,validate,pep8,bashate,docs
envlist = py3,validate,pep8,bashate,docs
skipdist = True
ignore_basepython_conflict=true