From 9733cc13e5d6ec539417354680eff14ac213fdb1 Mon Sep 17 00:00:00 2001 From: baldurk Date: Fri, 2 Mar 2018 11:23:36 +0000 Subject: [PATCH] Magic brew command change that fixes OS X travis compile --- scripts/travis/osx_setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/travis/osx_setup.sh b/scripts/travis/osx_setup.sh index b8a127880..a665cecc2 100644 --- a/scripts/travis/osx_setup.sh +++ b/scripts/travis/osx_setup.sh @@ -3,4 +3,4 @@ brew update brew install qt5 brew link qt5 --force -brew install python3 +brew upgrade python