whitelist find in testenv
Stop logging a warning when running find inside of tox. Change-Id: I9a79ea62bc85d6a414ef3c6e45a059301a3ea8a4
This commit is contained in:
parent
a9223d314e
commit
7544dcb4ea
2
tox.ini
2
tox.ini
@ -6,6 +6,8 @@ skipsdist = True
|
|||||||
|
|
||||||
[testenv]
|
[testenv]
|
||||||
usedevelop = True
|
usedevelop = True
|
||||||
|
# tox is silly... these need to be separated by a newline....
|
||||||
|
whitelist_externals = find
|
||||||
install_command = pip install -U {opts} {packages}
|
install_command = pip install -U {opts} {packages}
|
||||||
setenv = VIRTUAL_ENV={envdir}
|
setenv = VIRTUAL_ENV={envdir}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user