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: Ibbe6fde1fe22d087f607616571e0a273b0712c40
This commit is contained in:
niuke 2023-07-31 11:30:57 +08:00
parent 8d0a4a1874
commit 88faeaf279

View File

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