bump py37 to py38 in tox.ini

in W cycle, we should test py38 by default.

Change-Id: Icfb3d042ccb29b1879d77671d937c8df56f017e9
This commit is contained in:
zhoulinhui 2020-09-29 22:35:06 +08:00
parent d9f4b79160
commit 46b1e6edbc
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
[entry_points]
oslo.config.opts =

View File

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