[tox] minversion = 1.6 skipsdist = True envlist = docs [testenv] usedevelop = True install_command = pip install -U {opts} {packages} setenv = VIRTUAL_ENV={envdir} [testenv:docs] deps = -r{toxinidir}/dev-requirements.txt commands= python setup.py build_sphinx # environment used by the -infra templated docs job [testenv:venv] deps = -r{toxinidir}/dev-requirements.txt commands = {posargs}