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: I4f1d0445e858dc91a949ad596df62e173d210935
This commit is contained in:
yangzhe 2023-08-08 16:25:53 +08:00
parent 867931fb83
commit 0c4226cae9
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
[tox]
minversion = 3.18.0
envlist = py3,pep8
envlist = py38,pep8
# Automatic envs (pyXX) will only use the python version appropriate to that
# env and ignore basepython inherited from [testenv] if we set
# ignore_basepython_conflict.