[CI] Fix a problem with Homebrew on Travis
See travis-ci/travis-ci#8826 for details.
This commit is contained in:
parent
acd75e20fe
commit
680af58950
1 changed files with 1 additions and 0 deletions
|
|
@ -30,6 +30,7 @@ before_script: |
|
|||
echo TRAVIS_OS_NAME: $TRAVIS_OS_NAME
|
||||
if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
|
||||
brew update > /dev/null
|
||||
brew cask uninstall oclint # See https://github.com/travis-ci/travis-ci/issues/8826
|
||||
brew upgrade python # Installs Python 3
|
||||
brew install scons # Install SCons which *should* use Python 3
|
||||
pip3 install numpy cython # Install numpy and Cython for Python 3
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue