Travis OSX Python 3 build fix for recent changes in brew
This commit is contained in:
parent
e435f3b93b
commit
d4badb3e1d
1 changed files with 1 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue