mitogen/tox.ini

25 lines
397 B
INI
Raw Normal View History

[tox]
envlist =
py26,
py27,
py35,
py36,
2019-01-27 19:54:07 +00:00
py37,
[testenv]
2019-01-29 05:42:28 +00:00
usedevelop = True
deps =
-r{toxinidir}/dev_requirements.txt
-r{toxinidir}/tests/ansible/requirements.txt
commands =
{posargs:bash run_tests}
whitelist_externals =
bash
[testenv:docs]
basepython = python
changedir = docs
commands =
sphinx-build -W -b html -d {envtmpdir}/doctrees . {envtmpdir}/html