Move bash whitelisting to pep8 testenv
Change-Id: If2c3ebf57143cbed04b66a9986d67f91fee89630 Closes-Bug: #1302304
This commit is contained in:
parent
5ac8a8faf3
commit
1b713aca78
2
tox.ini
2
tox.ini
@ -17,7 +17,6 @@ commands =
|
|||||||
setenv = OS_TEST_PATH=./neutron/tests/functional
|
setenv = OS_TEST_PATH=./neutron/tests/functional
|
||||||
commands =
|
commands =
|
||||||
python setup.py testr --slowest --testr-args='{posargs}'
|
python setup.py testr --slowest --testr-args='{posargs}'
|
||||||
whitelist_externals = bash
|
|
||||||
|
|
||||||
[tox:jenkins]
|
[tox:jenkins]
|
||||||
sitepackages = True
|
sitepackages = True
|
||||||
@ -28,6 +27,7 @@ commands =
|
|||||||
flake8
|
flake8
|
||||||
neutron-db-manage check_migration
|
neutron-db-manage check_migration
|
||||||
bash -c "find neutron -type f -regex '.*\.pot?' -print0|xargs -0 -n 1 msgfmt --check-format -o /dev/null"
|
bash -c "find neutron -type f -regex '.*\.pot?' -print0|xargs -0 -n 1 msgfmt --check-format -o /dev/null"
|
||||||
|
whitelist_externals = bash
|
||||||
|
|
||||||
[testenv:i18n]
|
[testenv:i18n]
|
||||||
commands = python ./tools/check_i18n.py ./neutron ./tools/i18n_cfg.py
|
commands = python ./tools/check_i18n.py ./neutron ./tools/i18n_cfg.py
|
||||||
|
Loading…
Reference in New Issue
Block a user