Merge "Fix Jenkins translation jobs"

This commit is contained in:
Jenkins 2014-04-03 22:33:43 +00:00 committed by Gerrit Code Review
commit 5ac8a8faf3

View File

@ -17,6 +17,7 @@ commands =
setenv = OS_TEST_PATH=./neutron/tests/functional
commands =
python setup.py testr --slowest --testr-args='{posargs}'
whitelist_externals = bash
[tox:jenkins]
sitepackages = True
@ -26,6 +27,7 @@ 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"
[testenv:i18n]
commands = python ./tools/check_i18n.py ./neutron ./tools/i18n_cfg.py