summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2015-11-01 21:28:56 -0500
committerNed Batchelder <ned@nedbatchelder.com>2015-11-01 21:28:56 -0500
commit53aed6b1ea39312caaf4067d836d8080ad0ec610 (patch)
treebba7d386761e0f29644aa72b561a9623bca5177f /tox.ini
parentdbaa663f9916c28e5fec55de3e61265bcce26baa (diff)
downloadpython-coveragepy-git-53aed6b1ea39312caaf4067d836d8080ad0ec610.tar.gz
Fix doc building so that directories are created
Diffstat (limited to 'tox.ini')
-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]