Add new checklinks tox environment
Change-Id: I45c00e451c530220c130786a5f9fefff9b1dd31c
This commit is contained in:
parent
b3c5713aac
commit
343c36088b
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]
|
||||
@ -11,6 +11,9 @@ deps = -r{toxinidir}/test-requirements.txt
|
||||
[testenv:venv]
|
||||
commands = {posargs}
|
||||
|
||||
[testenv:checklinks]
|
||||
commands = openstack-doc-test --check-links {posargs}
|
||||
|
||||
[testenv:checkniceness]
|
||||
commands = openstack-doc-test --check-niceness {posargs}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user