bump py37 to py38 in tox.ini

in 'victoria' cycle, we should test py38 by default.

Change-Id: Ic0bfb7f6a8b2123f609e0be0be9945bbf4d73520
This commit is contained in:
wu.chunyang 2020-09-17 19:27:54 +08:00
parent b49c86848d
commit abff64bbda
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
[tox]
minversion = 3.1
skipsdist = True
envlist = py37,linters
envlist = py38,linters
ignore_basepython_conflict = True
[testenv]