Skip to content

Commit

Permalink
enable osx build
Browse files Browse the repository at this point in the history
  • Loading branch information
wkerzendorf committed Jun 8, 2018
1 parent e4d8725 commit 7a1dc4e
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,13 @@ matrix:
- TEST_MODE='spectrum'

#trouble with osx building due to segfault at cython (https://github.com/cython/cython/issues/2199)
# - os: osx
# language: generic
# env:
# - COMPILER=clang
# - SETUP_CMD='test --args="--tardis-refdata=$HOME/tardis-refdata/"'
# - TEST_MODE='spectrum'
# - MINICONDA_URL='http://repo.continuum.io/miniconda/Miniconda2-latest-MacOSX-x86_64.sh'
- os: osx
language: generic
env:
- COMPILER=clang
- SETUP_CMD='test --args="--tardis-refdata=$HOME/tardis-refdata/"'
- TEST_MODE='spectrum'
- MINICONDA_URL='http://repo.continuum.io/miniconda/Miniconda2-latest-MacOSX-x86_64.sh'


- python: 2.7
Expand Down

0 comments on commit 7a1dc4e

Please sign in to comment.