Skip to content

Commit

Permalink
Updated travis in attempt to fix osx build failing
Browse files Browse the repository at this point in the history
  • Loading branch information
tommyod committed Oct 23, 2018
1 parent da5b932 commit 36dde6a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ env:
before_install:
- if [ "${TRAVIS_OS_NAME:-}" == "osx" ]; then
brew update;
fi
- if [ "${TRAVIS_OS_NAME:-}" == "osx" ]; then
brew upgrade python;
fi
- $PYTHON --version
Expand Down

0 comments on commit 36dde6a

Please sign in to comment.