commit 83b2bae0623705c4b61d7169b10e5079ec445dfd Author: songwenping Date: Tue Oct 6 15:33:51 2020 +0800 Bump py37 to py38 in tox.ini In wallaby cycle, we should test py38 by default. Change-Id: If1644b27dfe7b94d9fd709bbd9bc5d93afb2a374 diff --git a/tox.ini b/tox.ini index b979324..4c2eab5 100644 --- a/tox.ini +++ b/tox.ini @@ -1,6 +1,6 @@ [tox] minversion = 3.1.0 -envlist = py37,pep8 +envlist = py38,pep8 ignore_basepython_conflict = True [testenv]