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: Ic71d7445e690885a9f717ed07df1dd8f5e0bd17b
This commit is contained in:
niuke 2023-08-08 17:20:44 +08:00
parent a9be29b927
commit 857f9610ec

View File

@ -1,6 +1,6 @@
[tox]
minversion = 3.18
envlist = py39,linters
envlist = py3,linters
ignore_basepython_conflict = True
[testenv]