Files
@ d9b506352a89
Branch filter:
Location: rattail-project/rattail/tox.ini - annotation
d9b506352a89
682 B
text/x-ini
Change behavior of `files.locking_copy()` function.
The test function has been doing its job well, I'm calling it the better
function at this point.
The test function has been doing its job well, I'm calling it the better
function at this point.
21f6baf8652a 21f6baf8652a 21f6baf8652a 21f6baf8652a 21f6baf8652a 21f6baf8652a 10aa8f566118 21f6baf8652a a6a42b73f21f 21f6baf8652a 21f6baf8652a 21f6baf8652a bdf1b1284eb7 7b63d9526bf1 7b63d9526bf1 7b63d9526bf1 21f6baf8652a 21f6baf8652a 21f6baf8652a 66094ca6dd81 66094ca6dd81 66094ca6dd81 21f6baf8652a 21f6baf8652a 21f6baf8652a 28e61e4377e3 28e61e4377e3 28e61e4377e3 28e61e4377e3 28e61e4377e3 28e61e4377e3 28e61e4377e3 28e61e4377e3 28e61e4377e3 21f6baf8652a 66094ca6dd81 66094ca6dd81 66094ca6dd81 |
[tox]
envlist = py26, py27
[testenv]
deps =
alembic
coverage
Fabric
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 =
alembic
coverage
Fabric
fixture
mock
nose
py-bcrypt
Sphinx
changedir = docs
commands =
pip install rattail
sphinx-build -b html -d {envtmpdir}/doctrees -W -T . {envtmpdir}/docs
|