[tox] minversion = 1.6 envlist = linters,docs skipsdist = True [testenv] usedevelop = True install_command = pip install -U {opts} {packages} setenv = VIRTUAL_ENV={envdir} deps = -r{toxinidir}/requirements.txt -r{toxinidir}/test-requirements.txt commands = ostestr {posargs} doc8 priorities/ specs/ doc/source README.rst [testenv:venv] commands = {posargs} [testenv:docs] commands = sphinx-build -b html doc/source doc/build/html