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]
|
||||
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