add py39 to tox, remove py26, loosen up some requirements in requirements-test.txt

This commit is contained in:
Mahmoud Hashemi 2021-05-16 16:19:54 -07:00
parent 285c4984d8
commit 2c51dddb86
2 changed files with 2 additions and 5 deletions

View File

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

View File

@ -1,5 +1,5 @@
[tox]
envlist = py26,py27,py34,py37,pypy
envlist = py27,py34,py37,py39,pypy
[testenv]
changedir = .tox
deps = -rrequirements-test.txt