From 72b0fca579c2d7864b9d1984fe362337853e6f25 Mon Sep 17 00:00:00 2001 From: ROUVREAU Vincent Date: Tue, 28 May 2019 13:25:56 +0200 Subject: Update pip --- .appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.appveyor.yml') diff --git a/.appveyor.yml b/.appveyor.yml index 0ba6c728..4e819d1f 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -43,7 +43,7 @@ install: - SET PATH=%PYTHON%;%PYTHON%\\Scripts;%PATH% - if [%target%]==[Python] ( python --version & pip --version & - pip install -U setuptools numpy matplotlib scipy Cython pytest ) + pip install -U pip setuptools numpy matplotlib scipy Cython pytest ) build_script: - mkdir build -- cgit v1.2.3