commit d729fe9c2e8ad5a5e22c932b8181bdcf14c1c9f5 Author: likui Date: Fri Oct 9 10:49:46 2020 +0800 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: I7947901ac31b170e334a51880b996d2d3143f310 diff --git a/tox.ini b/tox.ini index 4de3947..a75f0d3 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = py37,pep8,cover,api-ref,releasenotes,bandit,fakemodetests +envlist = py38,pep8,cover,api-ref,releasenotes,bandit,fakemodetests minversion = 2.0 skipsdist = True