bump py37 to py38 in tox.ini

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

Change-Id: Ice109d685d1d74951694caef0c29c656f313abe9
This commit is contained in:
zhoulinhui
2020-09-18 00:43:19 +08:00
parent b096b19a5f
commit 1c0e6f8e45
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]