From f20eaa4aae4c70506945e5709a2e310ee6c9bf26 Mon Sep 17 00:00:00 2001 From: Stephen Gaito Date: Fri, 6 Dec 2019 15:44:19 +0000 Subject: [PATCH] attempt to force python v2.7 2 --- buildScripts/travisHomeBrewDoItAll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildScripts/travisHomeBrewDoItAll b/buildScripts/travisHomeBrewDoItAll index b9f13e2..533c4bd 100755 --- a/buildScripts/travisHomeBrewDoItAll +++ b/buildScripts/travisHomeBrewDoItAll @@ -33,7 +33,7 @@ echo $LDFLAGS echo $CPPFLAGS which clang echo "-------------------------------------------------" -brew switch python 2.7 +brew switch python 2.7.17 echo "-------------------------------------------------" echo $PATH echo $LDFLAGS