From f4a53d1b23612e3c1ce9fe7b685ba3475d3cc92d Mon Sep 17 00:00:00 2001 From: Glyph Date: Tue, 28 Dec 2021 03:09:49 -0800 Subject: [PATCH] update depends list for current factors --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index cc44c821..68aacbff 100644 --- a/tox.ini +++ b/tox.ini @@ -57,7 +57,7 @@ commands = sphinx-build -b html . html [testenv:coverage-report] -depends = pypy,py27,py35,py36,py37 +depends = pypy3,py36,py37,py38,py39 commands = coverage combine coverage report