bump py37 to py38 in tox.ini

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

Change-Id: I6939fadd480173838cfe3144f7efc8870d9fc9e3
This commit is contained in:
zhangchun 2020-09-20 13:37:11 +00:00
parent 03a4b53808
commit 6408e0d28f
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
[tox]
minversion = 2.0
skipsdist = True
envlist = py37,pep8,cover
envlist = py38,pep8,cover
[testenv]
basepython = python3