aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorGertjan van den Burg <gertjanvandenburg@gmail.com>2019-11-12 09:54:32 +0000
committerGertjan van den Burg <gertjanvandenburg@gmail.com>2019-11-12 09:54:32 +0000
commit9b61b162b8285eb92c18c344c474bfd846131b49 (patch)
tree45af59317eff352f5b046150bdf26e365bf2cb50 /.travis.yml
parentmove numpy install env to matrix (diff)
downloadpygensvm-9b61b162b8285eb92c18c344c474bfd846131b49.tar.gz
pygensvm-9b61b162b8285eb92c18c344c474bfd846131b49.zip
attempt at fixing the cyg-get path on windows
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 28e3066..26a7813 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -34,7 +34,7 @@ matrix:
before_install:
- choco install python3 --version 3.6.8 --no-progress -y
- choco install cyg-get --no-progress -y
- - cyg-get 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
env:
- PATH=/c/Python36:/c/Python36/Scripts:/c/ProgramData/chocolatey/bin:$PATH
- PYTHON="python"