summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2015-11-01 14:39:35 -0500
committerNed Batchelder <ned@nedbatchelder.com>2015-11-01 14:39:35 -0500
commit2f172e0d8a590a84c1e1aa9f3f10ff39370abcbd (patch)
treeed9571349543401a0e1aaf4663354d994cc9c05d /tox.ini
parent09df1b1e46ac3473e937fad319722740ca1917ad (diff)
downloadpython-coveragepy-2f172e0d8a590a84c1e1aa9f3f10ff39370abcbd.tar.gz
A better way to ignore the output of rst2html
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 e9fb620..f7d4789 100644
--- a/tox.ini
+++ b/tox.ini
@@ -58,8 +58,8 @@ basepython = pypy4.0
# return.
deps = -rdoc/requirements.pip
commands =
- rst2html.py --strict CHANGES.rst /dev/null
- rst2html.py --strict README.rst /dev/null
+ 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