bump py37 to py38 in tox.ini

in 'victoria' cycle, we should test py38 by default.
and remove redundant python env.

Change-Id: I6426cc55ee9b6bee96620a8185fbdb39c24a68a8
This commit is contained in:
wangzihao 2020-09-18 11:15:47 +08:00
parent 51aee432d9
commit cbc1fb08ec
1 changed files with 1 additions and 1 deletions

View File

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