bump py37 to py38 in tox.ini

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

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

Change-Id: I711e61fac9b1364731994ebfdb522e7261ba8a75
This commit is contained in:
maaoyu 2020-10-12 14:12:40 +08:00
parent 3403c13db2
commit 531eb819fe
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
[tox]
minversion = 2.0
skipsdist = True
envlist = py{37}{,-mongodb,-mysql,-postgresql,-elasticsearch},pep8
envlist = py{38}{,-mongodb,-mysql,-postgresql,-elasticsearch},pep8
ignore_basepython_conflict = True
[testenv]