bump py37 to py38 in tox.ini

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

Change-Id: Ifa1bed4e02c97a1fcfe3032b3858f401081d1d7c
This commit is contained in:
wangzihao 2020-09-18 11:50:03 +08:00
parent ea7c977429
commit 455445de6d
2 changed files with 2 additions and 1 deletions

View File

@ -19,6 +19,7 @@ classifier =
Programming Language :: Python :: 3
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
[files]
packages =

View File

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