summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2017-04-04 14:44:11 -0400
committerNed Batchelder <ned@nedbatchelder.com>2017-04-04 14:44:11 -0400
commite715804225dc4566f620d439eb504187cc65835b (patch)
treea0c9aedfaed805e1f60b5dd5b5909f929d58a7e7
parent7398673e4fd6a20a2c67b0dfbc58b03c1e6ff4d8 (diff)
downloadpython-coveragepy-git-e715804225dc4566f620d439eb504187cc65835b.tar.gz
Run linkcheck last so missing pages won't stop us getting other good things done.
-rw-r--r--tox.ini4
1 files changed, 2 insertions, 2 deletions
diff --git a/tox.ini b/tox.ini
index 7d6abc8e..9a583e7a 100644
--- a/tox.ini
+++ b/tox.ini
@@ -76,10 +76,10 @@ basepython = jython
deps = -rdoc/requirements.pip
commands =
doc8 -q --ignore-path doc/_build doc CHANGES.rst README.rst
- sphinx-build -b html -b linkcheck -aEnq doc doc/_build/html
- sphinx-build -b html -b linkcheck -aEnQW doc doc/_build/html
sphinx-build -b html -aqE doc doc/_build/html
rst2html.py --strict README.rst doc/_build/trash
+ sphinx-build -b html -b linkcheck -aEnq doc doc/_build/html
+ sphinx-build -b html -b linkcheck -aEnQW doc doc/_build/html
[testenv:lint]
deps = -rrequirements/dev.pip