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: I31e1b7dffe10271421155830fe876c881d43a287
This commit is contained in:
niuke
2023-08-02 10:06:04 +08:00
committed by Ke Niu
parent fa90abe5b0
commit 8ee9945a93

View File

@@ -1,5 +1,5 @@
[tox]
envlist = py38,pep8
envlist = py3,pep8
ignore_basepython_conflict = true
minversion = 3.2.0
skipsdist = True