From 8781f6669a7fcd1329661fa66118121f74dbb600 Mon Sep 17 00:00:00 2001 From: maaoyu Date: Mon, 12 Oct 2020 13:58:40 +0800 Subject: [PATCH] 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: I1d49679f78a5fdd46fc8ecc96bd66ee149cf8779 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 6d00784..c70e7c8 100644 --- a/tox.ini +++ b/tox.ini @@ -1,6 +1,6 @@ [tox] minversion = 2.0 -envlist = py37,pep8 +envlist = py38,pep8 skipdist = True [testenv]