From e97c784060db896048924319b1774f51fe1a72e1 Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Sat, 16 Aug 2014 12:03:28 +0200 Subject: [PATCH] Add new checklinks tox environment Change-Id: If487b055e65942f411ac4bf4377ba81f230208cd --- tox.ini | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 548507fa..d988862d 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] @@ -12,6 +12,9 @@ whitelist_externals = bash [testenv:venv] commands = {posargs} +[testenv:checklinks] +commands = openstack-doc-test --check-links {posargs} + [testenv:checkniceness] commands = openstack-doc-test --check-niceness {posargs}