summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorSteffen Schroeder <st.schroeder@gmail.com>2019-07-13 16:06:56 +0200
committerSteffen Schroeder <st.schroeder@gmail.com>2019-11-06 20:54:41 +0100
commit1cecdf66198049c7ca48356d8349e2f07732764c (patch)
treebff4b57311fa172bd0f614c91c5647c949ee5252 /tox.ini
parent85288b53218d4e0037dce9c34bd37f86fa9e212d (diff)
downloadpytest-1cecdf66198049c7ca48356d8349e2f07732764c.tar.gz
Added checklinks to tox and release.py
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini9
1 files changed, 9 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index b03941657..d1a34c264 100644
--- a/tox.ini
+++ b/tox.ini
@@ -15,6 +15,7 @@ envlist =
doctesting
py37-freeze
docs
+ docs-checklinks
[testenv]
commands =
@@ -66,6 +67,14 @@ deps = -r{toxinidir}/doc/en/requirements.txt
commands =
sphinx-build -W -b html . _build
+[testenv:docs-checklinks]
+basepython = python3
+usedevelop = True
+changedir = doc/en
+deps = -r{toxinidir}/doc/en/requirements.txt
+commands =
+ sphinx-build -W --keep-going -b linkcheck . _build
+
[testenv:doctesting]
basepython = python3
skipsdist = True