Install rattail[auth] dependencies for tox builds

This commit is contained in:
Lance Edgar 2017-11-11 08:15:45 -06:00
parent dae827a45b
commit 152db68606

View file

@ -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