From 573d7ba80be839f1caef86b6d53fcee323c6c447 Mon Sep 17 00:00:00 2001 From: Thomas Kluyver Date: Mon, 2 Apr 2018 11:12:47 +0200 Subject: [PATCH] Upgrade pip on appveyor using python -m --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index bafd5abb6..61bca330b 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -18,7 +18,7 @@ init: - cmd: set PATH=%python%;%python%\scripts;%PATH% install: - cmd: | - pip install --upgrade wheel + python -m pip install --upgrade pip wheel pip --version - cmd: | pip install --pre -e .