Bump py37 to py38 in tox.ini

In wallaby cycle, we should test py38 by default.

Change-Id: If1644b27dfe7b94d9fd709bbd9bc5d93afb2a374
This commit is contained in:
songwenping 2020-10-06 15:33:51 +08:00
parent ff4ee45577
commit 83b2bae062
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
[tox]
minversion = 3.1.0
envlist = py37,pep8
envlist = py38,pep8
ignore_basepython_conflict = True
[testenv]