Travis OSX Python 3 build fix for recent changes in brew

This commit is contained in:
William S Fulton 2018-03-03 14:31:03 +00:00 committed by GitHub
commit d4badb3e1d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -23,8 +23,7 @@ case "$SWIGLANG" in
"python")
WITHLANG=$SWIGLANG$PY3
if [[ "$PY3" ]]; then
travis_retry brew install python3
travis_retry brew list -v python3
travis_retry brew upgrade python
fi
;;
esac