From 4b308c24471cb1ba22c59c8acf567f85591736c5 Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Sat, 16 Aug 2014 12:15:11 +0200 Subject: [PATCH] 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 --- tox.ini | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 65bdfbf5..abc4ef72 100644 --- a/tox.ini +++ b/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}