Skip to content

Commit

Permalink
another attempt at fixing osx build
Browse files Browse the repository at this point in the history
  • Loading branch information
benfred committed Nov 26, 2018
1 parent cdda133 commit 6b16c50
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,6 @@ before_install:
PIP=pip
PY=python
if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
sudo softwareupdate -i "Command Line Tools (macOS High Sierra version 10.13) for Xcode-9.3"
brew update
brew install gcc
PIP=pip2
PY=python2
if [ "${PYTHON:0:1}" = "3" ]; then
Expand Down

0 comments on commit 6b16c50

Please sign in to comment.