From 2c51dddb869eb7c0d05b4739d34406e20a0e03b8 Mon Sep 17 00:00:00 2001 From: Mahmoud Hashemi Date: Sun, 16 May 2021 16:19:54 -0700 Subject: [PATCH] add py39 to tox, remove py26, loosen up some requirements in requirements-test.txt --- requirements-test.txt | 5 +---- tox.ini | 2 +- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/requirements-test.txt b/requirements-test.txt index c716b2f..f030ce8 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -1,7 +1,4 @@ coverage==4.5.1 -py<1.6.0 pytest==3.0.7 pytest-cov==2.5.1 -tox==2.9.1 -virtualenv==15.0.2 -tox-virtualenv-no-download==1.0.2 +tox<3.0 diff --git a/tox.ini b/tox.ini index a70437d..1392927 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = py26,py27,py34,py37,pypy +envlist = py27,py34,py37,py39,pypy [testenv] changedir = .tox deps = -rrequirements-test.txt