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
parent 2becf4b0f1
commit ab6d71df78
1 changed files with 1 additions and 1 deletions

View File

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