diff options
| author | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2020-03-06 15:37:13 +0000 |
|---|---|---|
| committer | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2020-03-06 15:37:13 +0000 |
| commit | f200d1b1a5f66e38e06a007b4fb373622fe7ba3b (patch) | |
| tree | 79399ed7c009e991bd8b5d2c75627361374197e1 | |
| parent | Exclude pyproject from manifest (diff) | |
| download | pygensvm-f200d1b1a5f66e38e06a007b4fb373622fe7ba3b.tar.gz pygensvm-f200d1b1a5f66e38e06a007b4fb373622fe7ba3b.zip | |
Removing windows builds from travis for now
| -rw-r--r-- | .travis.yml | 16 |
1 files changed, 1 insertions, 15 deletions
diff --git a/.travis.yml b/.travis.yml index dccc22a..0950aa6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -22,27 +22,13 @@ jobs: before_install: - brew update - brew install openblas - #- brew install lapack env: - CC="gcc" - # avoids build errors on OSx - - CFLAGS="-fcommon" + - CFLAGS="-fcommon" # avoids build errors on OSx - PYTHON="python3" - PIP="pip3" - CIBW_BEFORE_BUILD="pip install numpy Cython" - # - os: windows - # language: shell - # before_install: - # - choco install python3 --version 3.6.8 --no-progress -y - # env: - # - PATH=/c/Python36:/c/Python36/Scripts:/c/ProgramData/chocolatey/bin:$PATH - # - PYTHON="python" - # - PIP="pip" - # - CIBW_ENVIRONMENT="DISTUTILS_DEBUG=1" - # - CIBW_ENVIRONMENT="OPENBLAS=/c/cibw/lapacke/OpenBLAS.0.2.14.1/lib/native/" - # - CIBW_BEFORE_BUILD="/c/cibw/nuget.exe install OpenBLAS -OutputDirectory /cibw/openblas -Verbosity detailed && echo && find /c/cibw/openblas -type f -maxdepth 10 && echo && pip install numpy Cython" - env: global: # - No longer actively maintaining gensvm for Python 2.7 |
