]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commitdiff
Move bash whitelisting to pep8 testenv
authorHenry Gessau <gessau@cisco.com>
Fri, 4 Apr 2014 03:03:46 +0000 (23:03 -0400)
committerHenry Gessau <gessau@cisco.com>
Fri, 4 Apr 2014 03:03:46 +0000 (23:03 -0400)
Change-Id: If2c3ebf57143cbed04b66a9986d67f91fee89630
Closes-Bug: #1302304

tox.ini

diff --git a/tox.ini b/tox.ini
index 13fe8dad5580152db148a1a8c5ff9f059effd589..7891beaf2c65bed5bf269abb80c5bd3e56a4bc74 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -17,7 +17,6 @@ commands =
 setenv = OS_TEST_PATH=./neutron/tests/functional
 commands =
   python setup.py testr --slowest --testr-args='{posargs}'
-whitelist_externals = bash
 
 [tox:jenkins]
 sitepackages = True
@@ -28,6 +27,7 @@ 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
 
 [testenv:i18n]
 commands = python ./tools/check_i18n.py ./neutron ./tools/i18n_cfg.py