summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tox.ini3
1 files changed, 1 insertions, 2 deletions
diff --git a/tox.ini b/tox.ini
index 42cf4241..2c3fb690 100644
--- a/tox.ini
+++ b/tox.ini
@@ -25,8 +25,7 @@ commands = python setup.py test --coverage --testr-args='{posargs}'
downloadcache = ~/cache/pip
[testenv:docs]
-commands=
- python setup.py build_sphinx
+commands = python setup.py build_sphinx
[flake8]
ignore = H305,H307,H402,H904