Tweak tox test config for py27

to make buildbot happy...
This commit is contained in:
Lance Edgar 2020-12-04 18:06:53 -06:00
parent 3ae47ba1e5
commit efbc6df199

View file

@ -13,12 +13,13 @@ commands =
nosetests {posargs}
[testenv:py27]
# TODO: this is only here to avoid latest SA-Utils on python2.7
# TODO: this is only here to avoid "latest" packages which break us on python2.7
deps =
coverage
fixture
mock
nose
SQLAlchemy<1.3
SQLAlchemy-Utils<0.36.7
[testenv:coverage]