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
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue