rattail/tox.ini

39 lines
739 B
INI
Raw Normal View History

[tox]
envlist = py26, py27
[testenv]
deps =
alembic
coverage
2014-11-08 16:13:17 -06:00
Fabric
fixture
mock
nose
py-bcrypt
commands =
pip install --upgrade rattail[bouncer]
nosetests {posargs}
[testenv:coverage]
basepython = python
2014-09-24 01:48:51 -05:00
commands =
pip install --upgrade rattail[bouncer]
2014-09-24 01:48:51 -05:00
nosetests {posargs:--with-coverage --cover-html-dir={envtmpdir}/coverage}
[testenv:docs]
basepython = python
deps =
alembic
coverage
Fabric
fixture
mock
nose
py-bcrypt
Sphinx
changedir = docs
2014-09-24 01:48:51 -05:00
commands =
pip install --upgrade rattail[bouncer]
2014-09-24 01:48:51 -05:00
sphinx-build -b html -d {envtmpdir}/doctrees -W -T . {envtmpdir}/docs