You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
264 B
INI
18 lines
264 B
INI
7 years ago
|
[tox]
|
||
|
envlist =
|
||
|
py26,
|
||
|
py27,
|
||
|
|
||
|
[testenv]
|
||
|
deps =
|
||
|
-r{toxinidir}/dev_requirements.txt
|
||
|
|
||
|
commands =
|
||
|
{posargs:./test.sh}
|
||
|
|
||
|
[testenv:docs]
|
||
|
basepython = python
|
||
|
changedir = docs
|
||
|
commands =
|
||
|
sphinx-build -W -b html -d {envtmpdir}/doctrees . {envtmpdir}/html
|