[tox] minversion = 1.6 envlist = docs skipsdist = True [testenv] usedevelop = True install_command = pip install {opts} {packages} deps = -r{toxinidir}/test-requirements.txt [testenv:venv] commands = {posargs} [testenv:docs] commands = python setup.py build_sphinx