From b46836eeb06fdc041fae634b204b0612ab2586b8 Mon Sep 17 00:00:00 2001 From: wangzihao Date: Fri, 18 Sep 2020 11:46:20 +0800 Subject: bump py37 to py38 in tox.ini in 'victoria' cycle, we should test py38 by default. Change-Id: I91257def33d99a0fdebdf01e60e9e031104e81bd --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 2f9ccc9..9b40a9e 100644 --- a/tox.ini +++ b/tox.ini @@ -1,6 +1,6 @@ [tox] minversion = 3.1.1 -envlist = py37,py36,pep8 +envlist = py38,py36,pep8 skipsdist = True ignore_basepython_conflict = True -- cgit v1.2.1