Freeze pip version for sake of tox tests...
ugh this needs some better attention soon!
This commit is contained in:
parent
d1224ac879
commit
1866d8dd07
3
tox.ini
3
tox.ini
|
@ -8,12 +8,14 @@ deps =
|
||||||
mock
|
mock
|
||||||
nose
|
nose
|
||||||
commands =
|
commands =
|
||||||
|
pip install 'pip<10.0'
|
||||||
pip install --upgrade Tailbone rattail[auth,bouncer] rattail-tempmon
|
pip install --upgrade Tailbone rattail[auth,bouncer] rattail-tempmon
|
||||||
nosetests {posargs}
|
nosetests {posargs}
|
||||||
|
|
||||||
[testenv:coverage]
|
[testenv:coverage]
|
||||||
basepython = python
|
basepython = python
|
||||||
commands =
|
commands =
|
||||||
|
pip install 'pip<10.0'
|
||||||
pip install --upgrade Tailbone rattail[auth,bouncer] rattail-tempmon
|
pip install --upgrade Tailbone rattail[auth,bouncer] rattail-tempmon
|
||||||
nosetests {posargs:--with-coverage --cover-html-dir={envtmpdir}/coverage}
|
nosetests {posargs:--with-coverage --cover-html-dir={envtmpdir}/coverage}
|
||||||
|
|
||||||
|
@ -24,5 +26,6 @@ deps =
|
||||||
sphinx-rtd-theme
|
sphinx-rtd-theme
|
||||||
changedir = docs
|
changedir = docs
|
||||||
commands =
|
commands =
|
||||||
|
pip install 'pip<10.0'
|
||||||
pip install --upgrade Tailbone rattail[auth,bouncer] rattail-tempmon
|
pip install --upgrade Tailbone rattail[auth,bouncer] rattail-tempmon
|
||||||
sphinx-build -b html -d {envtmpdir}/doctrees -W -T . {envtmpdir}/docs
|
sphinx-build -b html -d {envtmpdir}/doctrees -W -T . {envtmpdir}/docs
|
||||||
|
|
Loading…
Reference in a new issue