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]
|
[tox]
|
||||||
envlist = py27, py35, py37
|
envlist = py35, py37
|
||||||
|
|
||||||
[testenv]
|
[testenv]
|
||||||
commands =
|
commands =
|
||||||
|
@ -9,13 +9,6 @@ commands =
|
||||||
pip install --upgrade --upgrade-strategy eager Tailbone[tests] rattail[auth,bouncer,db] rattail-tempmon
|
pip install --upgrade --upgrade-strategy eager Tailbone[tests] rattail[auth,bouncer,db] rattail-tempmon
|
||||||
pytest {posargs}
|
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]
|
[testenv:coverage]
|
||||||
basepython = python3
|
basepython = python3
|
||||||
commands =
|
commands =
|
||||||
|
|
Loading…
Reference in a new issue