aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2014-03-02 12:58:09 -0800
committerAlex Gaynor <alex.gaynor@gmail.com>2014-03-02 12:58:09 -0800
commitc191b9ec2db6145710e88d7e8d24ebb981ddcb40 (patch)
treebd1b2c26a75003c5f1f6f1a1fb62b2676169dd95
parent2e77ceb00eeb8a6657fb23e85d6f446bc9293db4 (diff)
parent986b1900523df4687a584657a0ea53c408958c07 (diff)
downloadcryptography-c191b9ec2db6145710e88d7e8d24ebb981ddcb40.tar.gz
cryptography-c191b9ec2db6145710e88d7e8d24ebb981ddcb40.tar.bz2
cryptography-c191b9ec2db6145710e88d7e8d24ebb981ddcb40.zip
Merge pull request #715 from reaperhulk/add-linkcheck-target-to-tox
New tox docs-linkcheck target for a jenkins job to do linkcheck
-rw-r--r--tox.ini7
1 files changed, 7 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index 24f1ea51..8f01bf2e 100644
--- a/tox.ini
+++ b/tox.ini
@@ -24,6 +24,13 @@ commands =
sphinx-build -W -b doctest -d {envtmpdir}/doctrees docs docs/_build/html
sphinx-build -W -b spelling docs docs/_build/html
+[testenv:docs-linkcheck]
+deps =
+ sphinx
+basepython = python2.7
+commands =
+ sphinx-build -W -b linkcheck docs docs/_build/html
+
# Temporarily disable coverage on pypy because of performance problems with
# coverage.py on pypy.
[testenv:pypy]