Merge "Whitelist external netaddr requirement"

This commit is contained in:
Jenkins
2014-01-07 21:45:51 +00:00
committed by Gerrit Code Review

View File

@@ -5,7 +5,7 @@ envlist = py26,py27,py33,pep8
[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}
LANG=en_US.UTF-8
LANGUAGE=en_US:en