Use the latest pip on appveyor

This commit is contained in:
Steven Silvester
2015-09-16 08:20:42 -05:00
parent b9101202fb
commit d8e4774d8f
+1
View File
@@ -37,6 +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 -U pip"
- "%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"