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