From 52e0337a8f280fc0f0a9d6c1e66eeed976ae0561 Mon Sep 17 00:00:00 2001 From: Gertjan van den Burg Date: Mon, 18 Nov 2019 16:11:09 +0100 Subject: Let's try again with cyg-get --- .travis.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index cb18ae6..1e5286e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -32,15 +32,15 @@ matrix: - os: windows language: shell before_install: - - choco install python3 --version 3.6.8 --no-progress -y + #- choco install python3 --version 3.6.8 --no-progress -y #- choco install git - - choco install cygwin --no-progress -y + #- choco install cygwin --no-progress -y - choco install cyg-get --no-progress -y - dir /c/tools - dir /c/tools/cygwin - - /c/tools/cygwin/cygwinsetup.exe -v -B -P lapack-3.8.0-1,openblas-0.3.7-1 - #- /c/ProgramData/chocolatey/bin/cyg-get.bat lapack-3.8.0-1 - #openblas-0.3.7-1 + #- /c/tools/cygwin/cygwinsetup.exe -v -B -P + #lapack-3.8.0-1,openblas-0.3.7-1 + - /c/ProgramData/chocolatey/bin/cyg-get.bat lapack-3.8.0-1,openblas-0.3.7-1 #- choco install cyg-get --no-progress -y env: - PATH=/c/Python36:/c/Python36/Scripts:/c/ProgramData/chocolatey/bin:$PATH -- cgit v1.2.3