tox.ini: add spaces

This commit is contained in:
Diederik van der Boor
2015-12-28 14:49:03 +01:00
parent a01fd92d1c
commit 7b4939bb3f
+2 -2
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