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: I265f69b2deec32faf56fc7c3cf57d04240117c93
This commit is contained in:
niuke 2022-09-13 15:16:40 +08:00
parent 89926e156e
commit ca705b81c2

View File

@ -1,6 +1,6 @@
[tox] [tox]
minversion = 3.1.1 minversion = 3.1.1
envlist = py39,pep8 envlist = py3,pep8
skipsdist = True skipsdist = True
ignore_basepython_conflict = True ignore_basepython_conflict = True