Fix tox.ini for tox v4
This will probably go away eventually but before that can happen the child change adding nox docs support needs to land. Change-Id: Ibf25e07ceb80e54263223c7dc900a444143ecbac
This commit is contained in:
parent
675ff8b712
commit
57c5e353e5
4
tox.ini
4
tox.ini
@ -32,7 +32,9 @@ setenv =
|
|||||||
#
|
#
|
||||||
# see openstack-zuul-jobs-linters job for more information.
|
# see openstack-zuul-jobs-linters job for more information.
|
||||||
ANSIBLE_ROLES_PATH = {env:ANSIBLE_ROLES_PATH:{toxinidir}/../../zuul/zuul-jobs/roles:roles}
|
ANSIBLE_ROLES_PATH = {env:ANSIBLE_ROLES_PATH:{toxinidir}/../../zuul/zuul-jobs/roles:roles}
|
||||||
whitelist_externals = bash
|
allowlist_externals =
|
||||||
|
bash
|
||||||
|
{toxinidir}/tools/check_jobs_documented.py
|
||||||
commands =
|
commands =
|
||||||
flake8 {posargs}
|
flake8 {posargs}
|
||||||
{toxinidir}/tools/check_jobs_documented.py
|
{toxinidir}/tools/check_jobs_documented.py
|
||||||
|
Loading…
Reference in New Issue
Block a user