Remove python2 stuff from tox.ini
This commit is contained in:
parent
de4667cc71
commit
e879102768
9
tox.ini
9
tox.ini
|
@ -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 =
|
||||
|
|
Loading…
Reference in a new issue