Dropped EOL Python versions from tox.ini

This commit is contained in:
Marcel Hellkamp 2020-10-03 16:31:54 +02:00
parent f55aeb96ad
commit 3fc31f70df

16
tox.ini
View File

@ -1,22 +1,16 @@
[tox]
envlist = py27-bottledev,py27-bottle012,py27-bottle011,py27-bottle010,py27-bottle09,py26,py27,py32,py33,pypy
envlist = bottledev,bottle012,bottle011,py27,py35,py36,py37,py38,py39,pypy
[testenv]
deps=bottle
commands={envpython} test.py
sitepackages=False
[testenv:py27-bottle09]
deps=bottle>=0.9,<0.10
[testenv:py27-bottle010]
deps=bottle>=0.10,<0.11
[testenv:py27-bottle011]
[testenv:bottle011]
deps=bottle>=0.11,<0.12
[testenv:py27-bottle012]
[testenv:bottle012]
deps=bottle>=0.12,<0.13
[testenv:py27-bottledev]
deps=git+https://github.com/defnull/bottle.git#egg=bottle
[testenv:bottledev]
deps=git+https://github.com/bottlepy/bottle.git#egg=bottle