Remove python2 stuff from tox.ini

This commit is contained in:
Lance Edgar 2023-02-10 20:42:36 -06:00
parent de4667cc71
commit e879102768

View file

@ -1,6 +1,6 @@
[tox]
envlist = py27, py35, py37
envlist = py35, py37
[testenv]
commands =
@ -9,13 +9,6 @@ commands =
pip install --upgrade --upgrade-strategy eager Tailbone[tests] rattail[auth,bouncer,db] rattail-tempmon
pytest {posargs}
[testenv:py27]
commands =
pip install --upgrade pip
pip install --upgrade setuptools wheel
pip install --upgrade --upgrade-strategy eager Tailbone[tests] rattail[auth,bouncer,db] rattail-tempmon SQLAlchemy-Utils<0.36.7 SQLAlchemy-Continuum<1.3.12
pytest {posargs}
[testenv:coverage]
basepython = python3
commands =