Tweak tox test config for py27
to make buildbot happy...
This commit is contained in:
parent
3ae47ba1e5
commit
efbc6df199
3
tox.ini
3
tox.ini
|
@ -13,12 +13,13 @@ commands =
|
||||||
nosetests {posargs}
|
nosetests {posargs}
|
||||||
|
|
||||||
[testenv:py27]
|
[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 =
|
deps =
|
||||||
coverage
|
coverage
|
||||||
fixture
|
fixture
|
||||||
mock
|
mock
|
||||||
nose
|
nose
|
||||||
|
SQLAlchemy<1.3
|
||||||
SQLAlchemy-Utils<0.36.7
|
SQLAlchemy-Utils<0.36.7
|
||||||
|
|
||||||
[testenv:coverage]
|
[testenv:coverage]
|
||||||
|
|
Loading…
Reference in a new issue