aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorGertjan van den Burg <gertjanvandenburg@gmail.com>2020-03-04 14:51:24 +0000
committerGertjan van den Burg <gertjanvandenburg@gmail.com>2020-03-04 14:51:24 +0000
commit21f8b5caaba22c80d950b8f29d257c080bf43f7e (patch)
tree0d5ff34c47c11a2f4028f173b2888d8996105d1e /.travis.yml
parentRemove Python 3.5 from CIBW versions (diff)
downloadpygensvm-21f8b5caaba22c80d950b8f29d257c080bf43f7e.tar.gz
pygensvm-21f8b5caaba22c80d950b8f29d257c080bf43f7e.zip
Edit debug statements to deal with MacOS failure
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml26
1 files changed, 13 insertions, 13 deletions
diff --git a/.travis.yml b/.travis.yml
index 3fa0812..588f51c 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