Bump py37 to py38 in tox.ini

for now,  we should test py38 by default.

refer: https://governance.openstack.org/tc/reference/runtimes/victoria.html

Change-Id: Ic239cc78903817d503f3a63f9b02e1e2937510e9
This commit is contained in:
zhoulinhui 2020-10-28 22:59:12 +08:00
parent 859f766a2e
commit 24a88c86bf
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
[tox]
minversion = 3.1.1
envlist = py37,pep8,docs
envlist = py38,pep8,docs
ignore_basepython_conflict = True
skipsdist = True