summaryrefslogtreecommitdiff
path: root/.appveyor.yml
diff options
context:
space:
mode:
authorBenoit Pierre <benoit.pierre@gmail.com>2018-10-17 20:24:44 +0200
committerBenoit Pierre <benoit.pierre@gmail.com>2018-10-27 15:38:03 +0200
commit43666e78631b3b468fe794da13bfc5c6312e4e5f (patch)
treed48956acc01986373bf68891677efeb0481bc41f /.appveyor.yml
parentebfa66361e92b3cac7c259956effcd55617c1486 (diff)
downloadpip-43666e78631b3b468fe794da13bfc5c6312e4e5f.tar.gz
appveyor: update/install pip, setuptools and wheel
So wheels can be built for requirements that are installed from source.
Diffstat (limited to '.appveyor.yml')
-rw-r--r--.appveyor.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.appveyor.yml b/.appveyor.yml
index e4324b470..b7132272e 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -18,6 +18,7 @@ environment:
install:
- "SET PATH=%PYTHON%;%PYTHON%\\Scripts;%PATH%"
- "python --version"
+ - "python -m pip install --upgrade --disable-pip-version-check pip setuptools wheel"
- "pip install --upgrade certifi tox tox-venv"
- "pip freeze --all"
# Fix git SSL errors.