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