Add rattail-tempmon dependency for tox tests

This commit is contained in:
Lance Edgar 2017-08-04 16:20:18 -05:00
parent ba877eb3e9
commit eaa47dbd8a

View file

@ -8,13 +8,13 @@ deps =
mock mock
nose nose
commands = commands =
pip install --upgrade Tailbone rattail[bouncer] pip install --upgrade Tailbone rattail[bouncer] rattail-tempmon
nosetests {posargs} nosetests {posargs}
[testenv:coverage] [testenv:coverage]
basepython = python basepython = python
commands = commands =
pip install --upgrade Tailbone rattail[bouncer] pip install --upgrade Tailbone rattail[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] pip install --upgrade Tailbone rattail[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