diff options
| author | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2019-11-14 15:35:47 +0000 |
|---|---|---|
| committer | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2019-11-14 15:35:47 +0000 |
| commit | 5c91679ff2eca3c708571fbb7345f829a0775196 (patch) | |
| tree | b02b7cd27955d46e591982bf0ed72fc05f6f662d /.travis.yml | |
| parent | try alternative way of installing lapack/openblas (diff) | |
| download | pygensvm-5c91679ff2eca3c708571fbb7345f829a0775196.tar.gz pygensvm-5c91679ff2eca3c708571fbb7345f829a0775196.zip | |
Don't forget to install cygwin
Diffstat (limited to '.travis.yml')
| -rw-r--r-- | .travis.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index a336f65..5950b64 100644 --- a/.travis.yml +++ b/.travis.yml @@ -33,7 +33,8 @@ matrix: language: shell before_install: - choco install python3 --version 3.6.8 --no-progress -y - - choco install git + #- choco install git + - choco install cygwin --no-progress -y - /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 |
