Freeze pip version for sake of tox tests...

ugh this needs some better attention soon!
This commit is contained in:
Lance Edgar 2018-05-31 12:06:09 -05:00
parent d1224ac879
commit 1866d8dd07

View file

@ -8,12 +8,14 @@ deps =
mock
nose
commands =
pip install 'pip<10.0'
pip install --upgrade Tailbone rattail[auth,bouncer] rattail-tempmon
nosetests {posargs}
[testenv:coverage]
basepython = python
commands =
pip install 'pip<10.0'
pip install --upgrade Tailbone rattail[auth,bouncer] rattail-tempmon
nosetests {posargs:--with-coverage --cover-html-dir={envtmpdir}/coverage}
@ -24,5 +26,6 @@ deps =
sphinx-rtd-theme
changedir = docs
commands =
pip install 'pip<10.0'
pip install --upgrade Tailbone rattail[auth,bouncer] rattail-tempmon
sphinx-build -b html -d {envtmpdir}/doctrees -W -T . {envtmpdir}/docs