Avoid latest SQLAlchemy-Utils when running tests for python2.7

This commit is contained in:
Lance Edgar 2020-07-02 12:42:42 -05:00
parent 66bf11e893
commit 6577b3752f

View file

@ -12,6 +12,15 @@ commands =
pip install --upgrade --upgrade-strategy eager Tailbone rattail[auth,bouncer] rattail-tempmon
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]
basepython = python
commands =