rattail/tox.ini
2016-12-16 21:09:12 -06:00

26 lines
578 B
INI

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