Tweak package handling for tox some more.
This commit is contained in:
parent
c45f2d807b
commit
e348a2f216
6
tox.ini
6
tox.ini
|
@ -8,13 +8,13 @@ deps =
|
||||||
mock
|
mock
|
||||||
nose
|
nose
|
||||||
commands =
|
commands =
|
||||||
pip install --upgrade Tailbone
|
pip install --upgrade Tailbone rattail[bouncer]
|
||||||
nosetests {posargs}
|
nosetests {posargs}
|
||||||
|
|
||||||
[testenv:coverage]
|
[testenv:coverage]
|
||||||
basepython = python
|
basepython = python
|
||||||
commands =
|
commands =
|
||||||
pip install --upgrade Tailbone
|
pip install --upgrade Tailbone rattail[bouncer]
|
||||||
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
|
pip install --upgrade Tailbone rattail[bouncer]
|
||||||
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