Avoid latest SQLAlchemy-Utils when running tests for python2.7
This commit is contained in:
parent
66bf11e893
commit
6577b3752f
9
tox.ini
9
tox.ini
|
@ -12,6 +12,15 @@ commands =
|
||||||
pip install --upgrade --upgrade-strategy eager Tailbone rattail[auth,bouncer] rattail-tempmon
|
pip install --upgrade --upgrade-strategy eager Tailbone rattail[auth,bouncer] rattail-tempmon
|
||||||
nosetests {posargs}
|
nosetests {posargs}
|
||||||
|
|
||||||
|
[testenv:py27]
|
||||||
|
# TODO: this is only here to avoid latest SA-Utils on python2.7
|
||||||
|
deps =
|
||||||
|
coverage
|
||||||
|
fixture
|
||||||
|
mock
|
||||||
|
nose
|
||||||
|
SQLAlchemy-Utils<0.36.7
|
||||||
|
|
||||||
[testenv:coverage]
|
[testenv:coverage]
|
||||||
basepython = python
|
basepython = python
|
||||||
commands =
|
commands =
|
||||||
|
|
Loading…
Reference in a new issue