From 761ddc7fe70e91681e0864970e76fee634b5390d Mon Sep 17 00:00:00 2001 From: maaoyu Date: Mon, 12 Oct 2020 11:02:51 +0800 Subject: [PATCH] bump py35,py37 to py3 in tox.ini In 'victoria' cycle, we should test py38 by default. But we let local development tests run with whatever the default local py3 is the default. ref: https://governance.openstack.org/tc/reference/runtimes/victoria.html Change-Id: Iaf309da4683fe69b2bb7d1691e0fe498920d7db2 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 7a223848..2b6c845f 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = docs,linters,py35,py37 +envlist = docs,linters,py3 minversion = 3.1.0 skipsdist = True ignore_basepython_conflict=true