diff options
| author | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2019-11-12 10:12:31 +0000 |
|---|---|---|
| committer | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2019-11-12 10:12:31 +0000 |
| commit | ac0565a3382d0c3c37dc5ee4ef4f7cacb4bc2297 (patch) | |
| tree | b3786840a371184ea4d42df3394c3dfeef17559b | |
| parent | do use sudo in travis linux (diff) | |
| download | pygensvm-ac0565a3382d0c3c37dc5ee4ef4f7cacb4bc2297.tar.gz pygensvm-ac0565a3382d0c3c37dc5ee4ef4f7cacb4bc2297.zip | |
use forward slashes in windows
Based on this post:
https://travis-ci.community/t/feedback-from-windows-integration-for-a-cmake-qt-c-python-perl-project/1706
| -rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 2e0b698..a91a129 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 - - C:\ProgramData\chocolatey\bin\cyg-get.bat 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" |
