Merge "tox: Whitelist 'find'"

This commit is contained in:
Zuul 2019-03-25 14:24:44 +00:00 committed by Gerrit Code Review
commit c6631d3825
1 changed files with 2 additions and 0 deletions

View File

@ -5,6 +5,8 @@ envlist = py35,py27,pep8
[testenv]
install_command = pip install {opts} {packages}
whitelist_externals =
find
setenv = OS_STDOUT_CAPTURE=1
OS_STDERR_CAPTURE=1
OS_TEST_TIMEOUT=60