tox.ini: add spaces

fix_request_path_info
Diederik van der Boor 2015-12-28 14:49:03 +01:00
parent a01fd92d1c
commit 7b4939bb3f
1 changed files with 2 additions and 2 deletions

View File

@ -22,6 +22,6 @@ commands=
python runtests.py python runtests.py
[testenv:docs] [testenv:docs]
changedir=docs
deps=Sphinx deps=Sphinx
commands=sphinx-build -W -b html -d {envtmpdir}/doctrees . {envtmpdir}/html changedir = docs
commands = sphinx-build -W -b html -d {envtmpdir}/doctrees . {envtmpdir}/html