Add 'whitelist_externals = bash' for two testenvs

Two of the testenvs are using bash. So we need to have
'whitelist_externals = bash' for them.

Closes-Bug: #1501119
Change-Id: I62cd35e87f33cb97a2d7cf4a6ebbc34b996a8def
This commit is contained in:
John L. Villalovos 2015-09-29 17:37:07 -07:00 committed by John L. Villalovos
parent acf10729d7
commit 5ac855e25d
1 changed files with 2 additions and 0 deletions

View File

@ -25,6 +25,7 @@ deps = {[testenv]deps}
commands = {toxinidir}/tools/states_to_dot.py -f {toxinidir}/doc/source/images/states.svg --format svg
[testenv:pep8]
whitelist_externals = bash
commands =
flake8 {posargs}
# Check that .po and .pot files are valid:
@ -43,6 +44,7 @@ commands =
{toxinidir}/tools/config/check_uptodate.sh
[testenv:genconfig]
whitelist_externals = bash
sitepackages = False
envdir = {toxworkdir}/venv
commands =