Skip to content

Commit

Permalink
Drop MacOS CI test
Browse files Browse the repository at this point in the history
MacOS image is having trouble on Travis CI. Drop it for now.
  • Loading branch information
brews committed Feb 4, 2020
1 parent 94b7f08 commit 0e60310
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,18 +13,9 @@ matrix:
env:
- CONDA_ENV=py36
- JOB_OS=Linux
- os: osx
language: generic
# python: 3.5
env:
- CONDA_ENV=py35
- JOB_OS=MacOSX


before_install:
- if [[ "$JOB_OS" == "MacOSX" ]]; then
brew update;
brew upgrade python;
fi
- if [[ "$TRAVIS_PYTHON_VERSION" == "2.7" ]]; then
wget https://repo.continuum.io/miniconda/Miniconda2-latest-$JOB_OS-x86_64.sh -O miniconda.sh;
else
Expand Down

0 comments on commit 0e60310

Please sign in to comment.