Remove docs-serve testenv again

It can cause some weird errors when running two tox invocations at the same time
This commit is contained in:
Anders Ingemann 2015-04-11 16:28:39 +02:00
parent c089301f79
commit f9b234e3e6

View file

@ -21,7 +21,3 @@ deps =
sphinx sphinx
commands = commands =
sphinx-build -W -b html -d _build/html/doctrees . _build/html sphinx-build -W -b html -d _build/html/doctrees . _build/html
[testenv:docs-serve]
changedir = docs/_build/html
commands = python -m SimpleHTTPServer 8080