aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.travis.yml7
1 files changed, 5 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 70a8bfc..a336f65 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -33,8 +33,11 @@ matrix:
language: shell
before_install:
- choco install python3 --version 3.6.8 --no-progress -y
- - choco install cyg-get --no-progress -y
- - /c/ProgramData/chocolatey/bin/cyg-get.bat lapack-3.8.0-1 openblas-0.3.7-1
+ - choco install git
+ - /c/tools/cygwin/setup-x86.exe -q -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
- PYTHON="python"