From ba79a7c8275102fb905361891787ed1bc27a8071 Mon Sep 17 00:00:00 2001 From: "Josh Warner (Mac)" Date: Wed, 27 May 2015 17:05:37 -0500 Subject: [PATCH] FIX: Use direct, secure link for pip wheelhouse. --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 0bd10075..95ac4994 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -37,7 +37,7 @@ install: - "python -c \"import struct; print(struct.calcsize('P') * 8)\"" # Install the build and runtime dependencies of the project. - - "%CMD_IN_ENV% pip install -v %WHEELHOUSE% -r tools/appveyor/requirements.txt" + - "%CMD_IN_ENV% pip install -v --trusted-host 28daf2247a33ed269873-7b1aad3fab3cc330e1fd9d109892382a.r6.cf2.rackcdn.com %WHEELHOUSE% -r tools/appveyor/requirements.txt" - "%CMD_IN_ENV% pip install -v -r requirements.txt" - "%CMD_IN_ENV% python setup.py bdist_wheel bdist_wininst" - ps: "ls dist"