From 688b899b6ad50d8564f7cc0d2d6b440992370e2a Mon Sep 17 00:00:00 2001 From: "Unknown W. Brackets" Date: Sat, 22 Jun 2019 12:55:13 -0700 Subject: [PATCH] Travis: Install python3 via brew. --- .travis.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.sh b/.travis.sh index ba952065d9..f75ef266a1 100644 --- a/.travis.sh +++ b/.travis.sh @@ -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