Merge "Allow passing arguments to tox"
This commit is contained in:
commit
9226309738
10
tox.ini
10
tox.ini
@ -1,6 +1,6 @@
|
||||
[tox]
|
||||
minversion = 1.6
|
||||
envlist = checkbuild,checkdeletions,checkniceness,checksyntax
|
||||
envlist = checkniceness,checksyntax,checkdeletions,checkbuild
|
||||
skipsdist = True
|
||||
|
||||
[testenv]
|
||||
@ -15,13 +15,13 @@ deps = -r{toxinidir}/test-requirements.txt
|
||||
commands = {posargs}
|
||||
|
||||
[testenv:checkniceness]
|
||||
commands = openstack-doc-test --check-niceness
|
||||
commands = openstack-doc-test --check-niceness {posargs}
|
||||
|
||||
[testenv:checksyntax]
|
||||
commands = openstack-doc-test --check-syntax
|
||||
commands = openstack-doc-test --check-syntax {posargs}
|
||||
|
||||
[testenv:checkdeletions]
|
||||
commands = openstack-doc-test --check-deletions
|
||||
commands = openstack-doc-test --check-deletions {posargs}
|
||||
|
||||
[testenv:checkbuild]
|
||||
commands = openstack-doc-test --check-build
|
||||
commands = openstack-doc-test --check-build {posargs}
|
||||
|
Loading…
Reference in New Issue
Block a user