Skip to content

Commit

Permalink
Removed osx pending docker support in travis-ci
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffrey-hokanson committed Apr 11, 2019
1 parent 1bc0977 commit 35cbfff
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,10 @@ matrix:
- os: linux
dist: xenial
python: "3.7"
- os: osx
osx_image: xcode10.2
language: generic
# Does not support docker in osx
# - os: osx
# osx_image: xcode10.2
# language: generic

# Broken as per: https://github.com/travis-ci/travis-ci/issues/9929#issuecomment-410710458
# - os: osx
Expand All @@ -23,7 +24,8 @@ services:

before_install:
# Ensures we have a recent python3
- if [ "$TRAVIS_OS_NAME" == "osx" ]; then brew install python ; fi
# https://docs.python-guide.org/starting/install3/osx/
#- 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 35cbfff

Please sign in to comment.