summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorJoe Gordon <joe.gordon0@gmail.com>2015-01-27 12:35:40 -0800
committerJoe Gordon <joe.gordon0@gmail.com>2015-01-27 12:35:40 -0800
commit7544dcb4ea92247c1e8fa97b8f0aba566e33ca48 (patch)
tree64617bad73d88ea98eed1fd2213e658955684419 /tox.ini
parenta9223d314e080ef91f192b800832d689cc44f21a (diff)
downloadpython-novaclient-7544dcb4ea92247c1e8fa97b8f0aba566e33ca48.tar.gz
whitelist find in testenv
Stop logging a warning when running find inside of tox. Change-Id: I9a79ea62bc85d6a414ef3c6e45a059301a3ea8a4
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 2 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index 72fb4382..a8e9a6f3 100644
--- a/tox.ini
+++ b/tox.ini
@@ -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}