From abff64bbdaf74c4c22625c6f90f23bfc113401b7 Mon Sep 17 00:00:00 2001 From: "wu.chunyang" Date: Thu, 17 Sep 2020 19:27:54 +0800 Subject: [PATCH] bump py37 to py38 in tox.ini in 'victoria' cycle, we should test py38 by default. Change-Id: Ic0bfb7f6a8b2123f609e0be0be9945bbf4d73520 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index c1e5537ad1..9e2b3eafa9 100644 --- a/tox.ini +++ b/tox.ini @@ -1,7 +1,7 @@ [tox] minversion = 3.1 skipsdist = True -envlist = py37,linters +envlist = py38,linters ignore_basepython_conflict = True [testenv]