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: I884c793ed1bff0ff0feff2ac0cb24fca514cccec
This commit is contained in:
niuke 2023-06-06 10:10:21 +08:00
parent 3b16666969
commit c92d143dd1

View File

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