Files
@ 90726f7af75d
Branch filter:
Location: rattail-project/rattail/tox.ini - annotation
90726f7af75d
559 B
text/x-ini
Add docs for new email system, esp. config syntax.
21f6baf8652a 21f6baf8652a 21f6baf8652a 21f6baf8652a 21f6baf8652a 21f6baf8652a 21f6baf8652a 21f6baf8652a 21f6baf8652a 21f6baf8652a 21f6baf8652a bdf1b1284eb7 7b63d9526bf1 7b63d9526bf1 7b63d9526bf1 21f6baf8652a 21f6baf8652a 21f6baf8652a 66094ca6dd81 66094ca6dd81 66094ca6dd81 21f6baf8652a 21f6baf8652a 21f6baf8652a 21f6baf8652a 21f6baf8652a 66094ca6dd81 66094ca6dd81 66094ca6dd81 | # -*- coding: utf-8 -*-
[tox]
envlist = py26, py27
[testenv]
deps =
coverage
fixture
mock
nose
py-bcrypt
commands =
pip install rattail
nosetests {posargs}
[testenv:coverage]
basepython = python
commands =
pip install rattail
nosetests {posargs:--with-coverage --cover-html-dir={envtmpdir}/coverage}
[testenv:docs]
basepython = python
deps = Sphinx
changedir = docs
commands =
pip install rattail
sphinx-build -b html -d {envtmpdir}/doctrees -W -T . {envtmpdir}/docs
|