Add py38 test

After 'victoria' version, we should test py38 by default.

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

Change-Id: Ic386a9e57bb88ea3eeee35b803c21ce8d54dc599
This commit is contained in:
likui 2020-10-13 14:20:40 +08:00
parent 6725696d1b
commit 4b9d7de906
2 changed files with 2 additions and 1 deletions

View File

@ -17,5 +17,6 @@ classifier =
Programming Language :: Python :: 3
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: Implementation :: CPython

View File

@ -1,5 +1,5 @@
[tox]
envlist = py37,pep8
envlist = py38,pep8
ignore_basepython_conflict = true
minversion = 3.1.0
skipsdist = True