diff options
| -rw-r--r-- | .travis.yml | 10 |
1 files changed, 5 insertions, 5 deletions
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 |
