diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2017-04-04 14:44:11 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2017-04-04 14:44:11 -0400 |
commit | e715804225dc4566f620d439eb504187cc65835b (patch) | |
tree | a0c9aedfaed805e1f60b5dd5b5909f929d58a7e7 | |
parent | 7398673e4fd6a20a2c67b0dfbc58b03c1e6ff4d8 (diff) | |
download | python-coveragepy-git-e715804225dc4566f620d439eb504187cc65835b.tar.gz |
Run linkcheck last so missing pages won't stop us getting other good things done.
-rw-r--r-- | tox.ini | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |