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
This commit is contained in:
wu.chunyang
2020-09-19 22:32:32 +08:00
parent 0f5ffbe632
commit 3287d43b9a

View File

@@ -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