From 4db01487ba4148ea5eb94c767dd0bd922fde766d Mon Sep 17 00:00:00 2001 From: Alibek Omarov Date: Sun, 18 Nov 2018 22:55:47 +0300 Subject: [PATCH] travis: scripts: install python for osx --- scripts/travis_osx_deps.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/travis_osx_deps.sh b/scripts/travis_osx_deps.sh index 019f4697..8fc18681 100755 --- a/scripts/travis_osx_deps.sh +++ b/scripts/travis_osx_deps.sh @@ -1,3 +1,4 @@ +brew install python curl -s https://www.libsdl.org/release/SDL2-$SDL_VERSION.dmg > SDL2.dmg hdiutil attach SDL2.dmg cd /Volumes/SDL2