diff options
| author | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2019-11-20 12:53:52 +0000 |
|---|---|---|
| committer | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2019-11-20 12:53:52 +0000 |
| commit | f197ac5ab561e859e0f4d6514e07cf2f4102975d (patch) | |
| tree | c0daee6b683926c3dd5656e4a0922d7d8c6ffaac /.travis.yml | |
| parent | Make sure Cython is available (diff) | |
| download | pygensvm-f197ac5ab561e859e0f4d6514e07cf2f4102975d.tar.gz pygensvm-f197ac5ab561e859e0f4d6514e07cf2f4102975d.zip | |
remove old cygwin stuff
Diffstat (limited to '.travis.yml')
| -rw-r--r-- | .travis.yml | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/.travis.yml b/.travis.yml index 5862809..1876e67 100644 --- a/.travis.yml +++ b/.travis.yml @@ -34,13 +34,6 @@ matrix: language: shell before_install: - choco install python3 --version 3.6.8 --no-progress -y - #- choco install git - #- choco install cyg-get --no-progress -y - #- /c/tools/cygwin/cygwinsetup.exe --root /c/tools/cygwin - #--local-package-dir /c/tools/cygwin/packages -d -n -f -q -v -B -P - #mingw64-i686-lapack - #- /c/ProgramData/chocolatey/bin/cyg-get.bat -debug - #mingw64-x86_64-cblas env: - PATH=/c/Python36:/c/Python36/Scripts:/c/ProgramData/chocolatey/bin:$PATH - PYTHON="python" |
