commit e4ccb1dfd419c7ca0bed7fcebba455405e1dac68 Author: maaoyu Date: Mon Oct 12 15:29:26 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: I23079372b2cbbc083f6c4fef1df2268755a2da1e diff --git a/tox.ini b/tox.ini index 288346a..bda0fb2 100644 --- a/tox.ini +++ b/tox.ini @@ -1,6 +1,6 @@ [tox] minversion = 3.1.1 -envlist = py36,py37,pep8 +envlist = py36,py38,pep8 ignore_basepython_conflict = True [testenv]