diff options
| author | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2019-11-20 11:41:10 +0000 |
|---|---|---|
| committer | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2019-11-20 11:41:10 +0000 |
| commit | 1b36a820d6dfcf5aa97aab02af549f51d4a188bd (patch) | |
| tree | 1da411a53150319a1cb841af86ef64276e1472b0 /.travis.yml | |
| parent | Use a compiler flag on OSX (diff) | |
| download | pygensvm-1b36a820d6dfcf5aa97aab02af549f51d4a188bd.tar.gz pygensvm-1b36a820d6dfcf5aa97aab02af549f51d4a188bd.zip | |
Disable windows build for now
Diffstat (limited to '.travis.yml')
| -rw-r--r-- | .travis.yml | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/.travis.yml b/.travis.yml index 385dd4d..b4e5994 100644 --- a/.travis.yml +++ b/.travis.yml @@ -30,22 +30,22 @@ matrix: - PIP="pip3" - CIBW_BEFORE_BUILD="pip install numpy" - - os: windows - language: shell - before_install: - #- choco install python3 --version 3.6.8 --no-progress -y - #- choco install git - #- choco install cygwin --no-progress -y - - 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 lapack,openblas - #- /c/ProgramData/chocolatey/bin/cyg-get.bat -debug lapack-3.8.0-1 - #openblas-0.3.7-1 - #- choco install cyg-get --no-progress -y - env: - - PATH=/c/Python36:/c/Python36/Scripts:/c/ProgramData/chocolatey/bin:$PATH - - PYTHON="python" - - PIP="pip" - - CIBW_BEFORE_BUILD="pip install numpy" + # - os: windows + # language: shell + # before_install: + # #- choco install python3 --version 3.6.8 --no-progress -y + # #- choco install git + # #- choco install cygwin --no-progress -y + # - 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 lapack,openblas + # #- /c/ProgramData/chocolatey/bin/cyg-get.bat -debug lapack-3.8.0-1 + # #openblas-0.3.7-1 + # #- choco install cyg-get --no-progress -y + # env: + # - PATH=/c/Python36:/c/Python36/Scripts:/c/ProgramData/chocolatey/bin:$PATH + # - PYTHON="python" + # - PIP="pip" + # - CIBW_BEFORE_BUILD="pip install numpy" env: - CIBW_TEST_COMMAND="python -VV && python -m unittest discover -f -s {project}/test |
