From e0bc768023df268ed7f4c5541e41f63b1c7dc57b Mon Sep 17 00:00:00 2001 From: ROUVREAU Vincent Date: Tue, 28 May 2019 13:32:32 +0200 Subject: Add vcvarsall.bat for cython --- .appveyor.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.appveyor.yml') 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 -- cgit v1.2.3