Merge "tox.ini: Avoid using bash where unnecessary"
This commit is contained in:
commit
175184b185
4
tox.ini
4
tox.ini
@ -43,8 +43,8 @@ downloadcache = ~/cache/pip
|
||||
commands =
|
||||
flake8
|
||||
neutron-db-manage check_migration
|
||||
bash -c "find neutron -type f -regex '.*\.pot?' -print0|xargs -0 -n 1 msgfmt --check-format -o /dev/null"
|
||||
whitelist_externals = bash
|
||||
sh -c "find neutron -type f -regex '.*\.pot?' -print0|xargs -0 -n 1 msgfmt --check-format -o /dev/null"
|
||||
whitelist_externals = sh
|
||||
|
||||
[testenv:i18n]
|
||||
commands = python ./tools/check_i18n.py ./neutron ./tools/i18n_cfg.py
|
||||
|
Loading…
Reference in New Issue
Block a user