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: I36e9cf723bac530a3695d6d57e62af823ffdc1d2
This commit is contained in:
niuke 2022-09-13 15:23:21 +08:00
parent d3f37964c7
commit bf7ebc6d3e

View File

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