Hopefully fix tox tests for python 2.7
This commit is contained in:
parent
db3cd4ec6e
commit
7e071a7daf
3
tox.ini
3
tox.ini
|
@ -13,10 +13,9 @@ commands =
|
|||
nosetests {posargs}
|
||||
|
||||
[testenv:py27]
|
||||
# TODO: this only adds the sa-utils restriction, per python2
|
||||
commands =
|
||||
pip install --upgrade pip
|
||||
pip install --upgrade --upgrade-strategy eager Tailbone rattail[auth,bouncer,db] rattail-tempmon SQLAlchemy-Utils<0.36.7
|
||||
pip install --upgrade --upgrade-strategy eager Tailbone rattail[auth,bouncer,db] rattail-tempmon SQLAlchemy-Utils<0.36.7 SQLAlchemy-Continuum<1.3.12
|
||||
nosetests {posargs}
|
||||
|
||||
[testenv:coverage]
|
||||
|
|
Loading…
Reference in a new issue