Files
@ 19e9c4be1629
Branch filter:
Location: rattail-project/rattail/tox.ini - annotation
19e9c4be1629
578 B
text/x-ini
Test commit
21f6baf8652a 21f6baf8652a 7a4492d6df5f 21f6baf8652a 21f6baf8652a 7b63d9526bf1 ccee03c65163 7b63d9526bf1 21f6baf8652a 21f6baf8652a 21f6baf8652a c1ef500d14bb 66094ca6dd81 a941c38f750a 66094ca6dd81 21f6baf8652a 21f6baf8652a 21f6baf8652a bfd89f087917 bfd89f087917 21f6baf8652a 66094ca6dd81 82a06bd44f6a 66094ca6dd81 |
[tox]
envlist = py27, py35
[testenv]
commands =
pip install --upgrade rattail[auth,bouncer,db,tests]
nosetests {posargs}
[testenv:coverage]
basepython = python
deps = invoke
commands =
pip install --upgrade rattail[auth,bouncer,db,tests] appy xlrd
nosetests {posargs:--with-coverage --cover-html-dir={envtmpdir}/coverage}
[testenv:docs]
basepython = python
deps =
Sphinx
changedir = docs
commands =
pip install --upgrade rattail[auth,bouncer,db,tests]
sphinx-build -b html -d {envtmpdir}/doctrees -W -T . {envtmpdir}/docs
|