Travis: Install python3 via brew.

This commit is contained in:
Unknown W. Brackets 2019-06-22 12:55:13 -07:00
parent 12ab276a73
commit 688b899b6a

View File

@ -79,6 +79,9 @@ travis_install() {
if [ "$PPSSPP_BUILD_TYPE" = "macOS" ]; then
brew_install sdl2
brew upgrade python
elif [ "$PPSSPP_BUILD_TYPE" = "iOS" ]; then
brew upgrade python
fi
# Ensure we're using ccache