tailbone/tox.ini
2015-07-28 20:21:21 -05:00

27 lines
600 B
INI

[tox]
envlist = py26, py27
[testenv]
deps =
coverage
fixture
mock
nose
commands =
pip install --upgrade Tailbone rattail[bouncer]
nosetests {posargs}
[testenv:coverage]
basepython = python
commands =
pip install --upgrade Tailbone rattail[bouncer]
nosetests {posargs:--with-coverage --cover-html-dir={envtmpdir}/coverage}
[testenv:docs]
basepython = python
deps = Sphinx
changedir = docs
commands =
pip install --upgrade Tailbone rattail[bouncer]
sphinx-build -b html -d {envtmpdir}/doctrees -W -T . {envtmpdir}/docs