From 2dc56a96164113b39009e0845cf5833719ca88ee Mon Sep 17 00:00:00 2001 From: baldurk Date: Wed, 19 Apr 2017 18:50:08 +0100 Subject: [PATCH] For OS X on travis, use brew to install python3 --- scripts/travis/osx_setup.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/travis/osx_setup.sh b/scripts/travis/osx_setup.sh index 05011ec7f..07cf25668 100644 --- a/scripts/travis/osx_setup.sh +++ b/scripts/travis/osx_setup.sh @@ -2,3 +2,4 @@ brew install qt5 brew link qt5 --force +brew install python3