tox: Whitelist 'find'

Fixes a warning.

Change-Id: I5a689666553b7bc926ce936d123f3bccb68cb165
Signed-off-by: Stephen Finucane <sfinucan@redhat.com>
This commit is contained in:
Stephen Finucane 2019-02-28 15:28:42 +00:00
parent fd4c1a0bf4
commit 3e905ff28c
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