aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorGertjan van den Burg <gertjanvandenburg@gmail.com>2019-11-12 09:46:13 +0000
committerGertjan van den Burg <gertjanvandenburg@gmail.com>2019-11-12 09:46:13 +0000
commit65bd7e052ef1d03539ad45b1174ddc044e326040 (patch)
treecdb20599272e4405bcf73450c979a6a2127e7c62 /.travis.yml
parentInstall blas/lapack in docker image (diff)
downloadpygensvm-65bd7e052ef1d03539ad45b1174ddc044e326040.tar.gz
pygensvm-65bd7e052ef1d03539ad45b1174ddc044e326040.zip
Set the path for cyg-get
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 25029b3..6dea91a 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -35,7 +35,7 @@ matrix:
- choco install cyg-get --no-progress -y
- cyg-get lapack-3.8.0-1 openblas-0.3.7-1
env:
- - PATH=/c/Python36:/c/Python36/Scripts:$PATH
+ - PATH=/c/Python36:/c/Python36/Scripts:/c/ProgramData/chocolatey/bin:$PATH
- PYTHON="python"
- PIP="pip"