commit cb074d24cf1c86457128c01c806bab9bace0b23b Author: likui Date: Fri Oct 9 18:10:27 2020 +0800 add py38 in tox.ini in 'victoria' cycle, we should test py38 by default. [1] https://governance.openstack.org/tc/reference/runtimes/victoria.html Change-Id: I27f71b5ac069aff3b0a879171ff40cc375788368 diff --git a/tox.ini b/tox.ini index 806eb7f..7a3b6b5 100644 --- a/tox.ini +++ b/tox.ini @@ -1,7 +1,7 @@ [tox] minversion = 3.1.0 skipsdist = True -envlist = py{36,37},pep8 +envlist = py{36,37,38},pep8 ignore_basepython_conflict=true [testenv]