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: Ia6a5c61fa4f946ec4593176625627bd8f3e930da
This commit is contained in:
niuke 2023-08-04 09:17:39 +08:00
parent 160b9a208b
commit f4a0137c37

View File

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