Add py38 test in tox.ini for victoria

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

[1] https://governance.openstack.org/tc/reference/runtimes/victoria.html

Change-Id: Ieb0e5be11fd33af1d85d0672a5b6f00fff6125db
This commit is contained in:
likui 2020-10-20 13:44:16 +08:00
parent 6487f4510c
commit 2b2fa8ca19
2 changed files with 2 additions and 1 deletions

View File

@ -17,6 +17,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,5 +1,5 @@
[tox]
envlist = pep8,py37
envlist = pep8,py38
minversion = 1.8
skipsdist = True