summaryrefslogtreecommitdiff
path: root/.appveyor.yml
diff options
context:
space:
mode:
Diffstat (limited to '.appveyor.yml')
-rw-r--r--.appveyor.yml2
1 files changed, 1 insertions, 1 deletions
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