Fix requirements installation for pip>=1.5

Allow external and insecure for lazr.authentication that's published at
launchpad.

Change-Id: I921909bed3af82e796d0544d51fcfa54030c8698
This commit is contained in:
Sergey Lukjanov 2014-01-28 14:32:20 +04:00
parent 24d16e9385
commit 55b1fe6043
1 changed files with 2 additions and 0 deletions

View File

@ -6,6 +6,8 @@ skipsdist = True
[testenv]
usedevelop = True
install_command = pip install -U {opts} {packages}
--allow-external lazr.authentication
--allow-insecure lazr.authentication
setenv =
VIRTUAL_ENV={envdir}
LANG=en_US.UTF-8