From 3287d43b9a12bf68aabd27665408dbe7ee03e14d Mon Sep 17 00:00:00 2001 From: "wu.chunyang" Date: Sat, 19 Sep 2020 22:32:32 +0800 Subject: [PATCH] bump py37 to py38 in tox.ini in 'victoria' cycle, we should test py38 by default. also remove unused env pypy Trivial change Change-Id: Iafaa88482bf5e972e1c0eb9766254d3973685368 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index baa4df4b..2e712006 100644 --- a/tox.ini +++ b/tox.ini @@ -1,7 +1,7 @@ # Python Trove Client [tox] -envlist = py37,pypy,pep8 +envlist = py38,pep8 minversion = 3.1.1 skipsdist = True ignore_basepython_conflict = True