Install rattail[auth]
dependencies for tox builds
This commit is contained in:
parent
dae827a45b
commit
152db68606
6
tox.ini
6
tox.ini
|
@ -8,13 +8,13 @@ deps =
|
||||||
mock
|
mock
|
||||||
nose
|
nose
|
||||||
commands =
|
commands =
|
||||||
pip install --upgrade Tailbone rattail[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 --upgrade Tailbone rattail[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}
|
||||||
|
|
||||||
[testenv:docs]
|
[testenv:docs]
|
||||||
|
@ -22,5 +22,5 @@ basepython = python
|
||||||
deps = Sphinx
|
deps = Sphinx
|
||||||
changedir = docs
|
changedir = docs
|
||||||
commands =
|
commands =
|
||||||
pip install --upgrade Tailbone rattail[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