tailbone/tox.ini

29 lines
688 B
INI
Raw Normal View History

2014-05-17 22:22:21 -05:00
[tox]
envlist = py26, py27
[testenv]
deps =
coverage
fixture
mock
nose
commands =
pip install --upgrade Tailbone rattail[auth,bouncer] rattail-tempmon
nosetests {posargs}
2014-05-17 22:22:21 -05:00
[testenv:coverage]
basepython = python
commands =
pip install --upgrade Tailbone rattail[auth,bouncer] rattail-tempmon
nosetests {posargs:--with-coverage --cover-html-dir={envtmpdir}/coverage}
2014-05-17 22:22:21 -05:00
[testenv:docs]
basepython = python
2018-01-11 13:17:07 -06:00
deps =
Sphinx
sphinx-rtd-theme
2014-05-17 22:22:21 -05:00
changedir = docs
commands =
pip install --upgrade Tailbone rattail[auth,bouncer] rattail-tempmon
sphinx-build -b html -d {envtmpdir}/doctrees -W -T . {envtmpdir}/docs