Add new checklinks tox environment
Change-Id: Iafa0181ad9d1805a37454754994fbaa793dc2be7
This commit is contained in:
parent
3825fdc375
commit
af510ef901
5
tox.ini
5
tox.ini
@ -1,6 +1,6 @@
|
|||||||
[tox]
|
[tox]
|
||||||
minversion = 1.6
|
minversion = 1.6
|
||||||
envlist = checkniceness,checksyntax,checkdeletions,checkbuild
|
envlist = checkniceness,checksyntax,checkdeletions,checkbuild,checklinks
|
||||||
skipsdist = True
|
skipsdist = True
|
||||||
|
|
||||||
[testenv]
|
[testenv]
|
||||||
@ -11,6 +11,9 @@ deps = -r{toxinidir}/test-requirements.txt
|
|||||||
[testenv:venv]
|
[testenv:venv]
|
||||||
commands = {posargs}
|
commands = {posargs}
|
||||||
|
|
||||||
|
[testenv:checklinks]
|
||||||
|
commands = openstack-doc-test --check-links {posargs}
|
||||||
|
|
||||||
[testenv:checkniceness]
|
[testenv:checkniceness]
|
||||||
commands = openstack-doc-test --check-niceness {posargs}
|
commands = openstack-doc-test --check-niceness {posargs}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user