diff options
| author | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2020-03-04 12:29:03 +0000 |
|---|---|---|
| committer | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2020-03-04 12:29:03 +0000 |
| commit | f855b7b235a31ef1ba445dbfd253647a2edf9626 (patch) | |
| tree | 3adfb7702677c95325763e70809847846eade310 | |
| parent | Disable windows builds temporarily (diff) | |
| download | pygensvm-f855b7b235a31ef1ba445dbfd253647a2edf9626.tar.gz pygensvm-f855b7b235a31ef1ba445dbfd253647a2edf9626.zip | |
Temporarily disable osx builds
| -rw-r--r-- | .travis.yml | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/.travis.yml b/.travis.yml index 461e062..adb0aff 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,19 +17,19 @@ matrix: - PIP="pip3" - CIBW_BEFORE_BUILD="yum install -y atlas-devel lapack-devel && pip install numpy Cython" - - os: osx - language: generic - before_install: - - brew update - - brew install openblas - - brew install lapack - env: - - CC="gcc" - # avoids build errors on OSx - - CFLAGS="-fcommon" - - PYTHON="python3" - - PIP="pip3" - - CIBW_BEFORE_BUILD="pip install numpy Cython" + # - os: osx + # language: generic + # before_install: + # - brew update + # - brew install openblas + # - brew install lapack + # env: + # - CC="gcc" + # # avoids build errors on OSx + # - CFLAGS="-fcommon" + # - PYTHON="python3" + # - PIP="pip3" + # - CIBW_BEFORE_BUILD="pip install numpy Cython" # - os: windows # language: shell |
