From 65bd7e052ef1d03539ad45b1174ddc044e326040 Mon Sep 17 00:00:00 2001 From: Gertjan van den Burg Date: Tue, 12 Nov 2019 09:46:13 +0000 Subject: Set the path for cyg-get --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- cgit v1.2.3