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: Ie555138c596a5b343b8a1bcf7be44cd493bd2916
This commit is contained in:
jiaqi07 2022-08-06 09:28:25 +08:00 committed by Dr. Jens Harbott
parent c16135993e
commit 7e45fc0ce0

View File

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