bump py37 to py38 in tox.ini

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

Change-Id: Idd51da2a7e98e31bea6459a10f91d7eecf91d100
This commit is contained in:
zhangchun 2020-09-20 13:56:38 +00:00
parent 3ecf448003
commit b9451e9d14
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
[tox]
envlist = py37,pep8,cover
envlist = py38,pep8,cover
minversion = 2.5
skipsdist = True