summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2014-01-10 02:07:25 +0000
committerGerrit Code Review <review@openstack.org>2014-01-10 02:07:25 +0000
commit8e6c877c5c4b75bc0530ed1ce284a782525be4ce (patch)
tree02bf08618ff239538ca6739ae4ecbc5afa0e6984 /tox.ini
parentcbef9d83a7d8111a16e794da815b34d228ae2bcd (diff)
parent459a0003905af66e15eca033409e1f425cf35a77 (diff)
downloadhorizon-8e6c877c5c4b75bc0530ed1ce284a782525be4ce.tar.gz
Merge "Whitelist external netaddr requirement"
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 4908ff783..561133bf7 100644
--- a/tox.ini
+++ b/tox.ini
@@ -5,7 +5,7 @@ skipsdist = True
[testenv]
usedevelop = True
-install_command = pip install -U {opts} {packages}
+install_command = pip install --allow-external netaddr --allow-insecure netaddr -U {opts} {packages}
setenv = VIRTUAL_ENV={envdir}
NOSE_WITH_OPENSTACK=1
NOSE_OPENSTACK_COLOR=1