Files
@ 29e10c6a1551
Branch filter:
Location: rattail-project/rattail/tox.ini - annotation
29e10c6a1551
583 B
text/x-ini
Add email attachment MIME type for MS Word .doc files
21f6baf8652a 21f6baf8652a ccee03c65163 21f6baf8652a 21f6baf8652a ccee03c65163 7b63d9526bf1 ccee03c65163 7b63d9526bf1 21f6baf8652a 21f6baf8652a 21f6baf8652a 66094ca6dd81 a941c38f750a 66094ca6dd81 21f6baf8652a 21f6baf8652a 21f6baf8652a bfd89f087917 bfd89f087917 bfd89f087917 21f6baf8652a 66094ca6dd81 82a06bd44f6a 66094ca6dd81 |
[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] appy 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
|