whitelist find in testenv

Stop logging a warning when running find inside of tox.

Change-Id: I9a79ea62bc85d6a414ef3c6e45a059301a3ea8a4
This commit is contained in:
Joe Gordon 2015-01-27 12:35:40 -08:00
parent a9223d314e
commit 7544dcb4ea
1 changed files with 2 additions and 0 deletions

View File

@ -6,6 +6,8 @@ skipsdist = True
[testenv]
usedevelop = True
# tox is silly... these need to be separated by a newline....
whitelist_externals = find
install_command = pip install -U {opts} {packages}
setenv = VIRTUAL_ENV={envdir}