Skip to content

Commit

Permalink
Trying to fix OSX testing again
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffrey-hokanson committed Apr 11, 2019
1 parent b4505f6 commit 1bc0977
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ matrix:
- os: linux
dist: xenial
python: "3.7"
- os: osx
osx_image: xcode10.2
language: generic

# Broken as per: https://github.com/travis-ci/travis-ci/issues/9929#issuecomment-410710458
# - os: osx
# osx_image: xcode10.2
Expand All @@ -18,6 +22,8 @@ services:
- docker

before_install:
# Ensures we have a recent python3
- if [ "$TRAVIS_OS_NAME" == "osx" ]; then brew install python ; fi
# Currently there is an issue with 1.16 and SCS; this installs a custom version
# https://stackoverflow.com/a/48185032
- pip install -U --only-binary=numpy, scipy numpy==1.15.4
Expand Down

0 comments on commit 1bc0977

Please sign in to comment.