summaryrefslogtreecommitdiff
path: root/.appveyor.yml
diff options
context:
space:
mode:
authorROUVREAU Vincent <vincent.rouvreau@inria.fr>2019-05-28 13:25:56 +0200
committerROUVREAU Vincent <vincent.rouvreau@inria.fr>2019-05-28 13:25:56 +0200
commit72b0fca579c2d7864b9d1984fe362337853e6f25 (patch)
tree8592ededac5a5f6459a82c309021f9130072f610 /.appveyor.yml
parent53867c45f517ba3d1d81526f42c8cd3c8725c5c1 (diff)
Update pip
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