From 43666e78631b3b468fe794da13bfc5c6312e4e5f Mon Sep 17 00:00:00 2001 From: Benoit Pierre Date: Wed, 17 Oct 2018 20:24:44 +0200 Subject: appveyor: update/install pip, setuptools and wheel So wheels can be built for requirements that are installed from source. --- .appveyor.yml | 1 + 1 file changed, 1 insertion(+) (limited to '.appveyor.yml') 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. -- cgit v1.2.1