summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.appveyor.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.appveyor.yml b/.appveyor.yml
index bfea1b94..ddc9e74c 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -44,7 +44,8 @@ install:
- CALL "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Auxiliary\Build\vcvarsall.bat" amd64
- if [%target%]==[Python] ( python --version &
pip --version &
- pip install -U pip setuptools numpy matplotlib scipy Cython pytest )
+ python -m pip install --upgrade pip &
+ pip install -U setuptools numpy matplotlib scipy Cython pytest )
build_script:
- mkdir build