add py38, py39 as the default runtime for tox

Change-Id: I354de56cff99c5c5de2a76718f54d0d6012921ef
This commit is contained in:
LiZekun 2021-12-23 17:19:26 +08:00
parent de4e9dd1e2
commit 6f11547fa0
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
[tox]
minversion = 3.1.1
skipsdist = True
envlist = py27,py36,py37,pep8
envlist = py27,py36,py37,py38,py39,pep8
# Automatic envs (pyXX) will use the python version appropriate to that
# env and ignore basepython inherited from [testenv]. That's what we
# want, and we don't need to be warned about it.