summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tox.ini4
1 files changed, 2 insertions, 2 deletions
diff --git a/tox.ini b/tox.ini
index f7d47896..009fa79b 100644
--- a/tox.ini
+++ b/tox.ini
@@ -58,10 +58,10 @@ basepython = pypy4.0
# return.
deps = -rdoc/requirements.pip
commands =
- rst2html.py --strict CHANGES.rst doc/_build/trash
- rst2html.py --strict README.rst doc/_build/trash
sphinx-build -aEnq doc doc/_build/html
sphinx-build -aEnQW doc doc/_build/html
+ rst2html.py --strict CHANGES.rst doc/_build/trash
+ rst2html.py --strict README.rst doc/_build/trash
# Yes, pep8 will read its settings from tox.ini!
[pep8]