No 'docs' toxenv

This commit is contained in:
Anthony Sottile 2016-03-21 10:58:01 -07:00
parent eb6da4ae10
commit 1f9f7379a1

View file

@ -18,12 +18,5 @@ commands =
envdir = venv-{[tox]project}
commands =
[testenv:docs]
deps =
{[testenv]deps}
sphinx
changedir = docs
commands = sphinx-build -b html -d build/doctrees source build/html
[pep8]
ignore = E265,E309,E501