Add new checklinks tox environment
This is a new non-voting job that will be used for changes of the manual. It checks that URLs in the manual are reachable and valid. Change-Id: Iaa9c3f0285aee900f3f51a10669904d72e1113b7
This commit is contained in:
parent
d8a6d51b98
commit
4b308c2447
5
tox.ini
5
tox.ini
@ -1,6 +1,6 @@
|
||||
[tox]
|
||||
minversion = 1.6
|
||||
envlist = checkniceness,checksyntax,checkdeletions,checkbuild
|
||||
envlist = checkniceness,checksyntax,checkdeletions,checkbuild,checklinks
|
||||
skipsdist = True
|
||||
|
||||
[testenv]
|
||||
@ -17,6 +17,9 @@ whitelist_externals =
|
||||
[testenv:venv]
|
||||
commands = {posargs}
|
||||
|
||||
[testenv:checklinks]
|
||||
commands = openstack-doc-test --check-links {posargs}
|
||||
|
||||
[testenv:checkniceness]
|
||||
commands = openstack-doc-test --check-niceness {posargs}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user