Merge "tox: add /bin/bash to whitelist_externals"

This commit is contained in:
Jenkins 2015-11-17 05:56:12 +00:00 committed by Gerrit Code Review
commit 8f51c884e0
1 changed files with 1 additions and 0 deletions

View File

@ -17,6 +17,7 @@ setenv = VIRTUAL_ENV={envdir}
PYTHONHASHSEED=0
deps = -r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt
whitelist_externals = /bin/bash
commands = /bin/bash run_tests.sh -N --no-pep8 {posargs}
[testenv:py34]