Add rattail-tempmon dependency for tox tests
This commit is contained in:
parent
ba877eb3e9
commit
eaa47dbd8a
6
tox.ini
6
tox.ini
|
@ -8,13 +8,13 @@ deps =
|
|||
mock
|
||||
nose
|
||||
commands =
|
||||
pip install --upgrade Tailbone rattail[bouncer]
|
||||
pip install --upgrade Tailbone rattail[bouncer] rattail-tempmon
|
||||
nosetests {posargs}
|
||||
|
||||
[testenv:coverage]
|
||||
basepython = python
|
||||
commands =
|
||||
pip install --upgrade Tailbone rattail[bouncer]
|
||||
pip install --upgrade Tailbone rattail[bouncer] rattail-tempmon
|
||||
nosetests {posargs:--with-coverage --cover-html-dir={envtmpdir}/coverage}
|
||||
|
||||
[testenv:docs]
|
||||
|
@ -22,5 +22,5 @@ basepython = python
|
|||
deps = Sphinx
|
||||
changedir = docs
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue