Skip to content

Commit

Permalink
Re-enable travis OSX checks
Browse files Browse the repository at this point in the history
  • Loading branch information
gforsyth committed Apr 8, 2020
1 parent 4466f12 commit 196e015
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,15 @@ matrix:
env:
- MINICONDA_OS="Linux"
- BUILD_DOCS=true
- os: osx
language: generic
env: PYTHON="3.6" MINICONDA_OS="MacOSX"
- os: osx
language: generic
env: PYTHON="3.7" MINICONDA_OS="MacOSX"
- os: osx
language: generic
env: PYTHON="3.8" MINICONDA_OS="MacOSX"

before_install:
- if [[ ! ("$TRAVIS_PYTHON_VERSION" == "nightly" || "$TRAVIS_PYTHON_VERSION" == "3.6-dev") && ! $BUILD_DOCS ]]; then
Expand Down

0 comments on commit 196e015

Please sign in to comment.