summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Gedminas <marius@gedmin.as>2021-06-16 13:03:40 +0300
committerMarius Gedminas <marius@gedmin.as>2021-06-16 13:03:40 +0300
commita711390db8885afee331ba94e375a78a17ba5131 (patch)
tree082342bebf84eadba0065671d95ae358bf2001de
parent064db1151c43522bc5fef4eb9e4db4344ea9bd20 (diff)
downloadzope-proxy-a711390db8885afee331ba94e375a78a17ba5131.tar.gz
Update pip, setuptools, and wheel on Appveyor
Because it's a good idea in general to keep up-to-date with various bugfixes, and because I'm certain this will fix the build failure on Python 3.5.
-rw-r--r--appveyor.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 8f1dddb..9afaa42 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -29,6 +29,8 @@ install:
}
- ps: if (-not (Test-Path $env:PYTHON)) { throw "No $env:PYTHON" }
- echo "C:\Program Files\Microsoft SDKs\Windows\v7.1\Bin\SetEnv.cmd" /x64 > "C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\bin\amd64\vcvars64.bat"
+ - python -m pip install -U pip
+ - pip install -U setuptools wheel
- pip install -e .
build_script: