From 73552d7bdfd9a59cd06088c6ab22fe8dbbc7e0fd Mon Sep 17 00:00:00 2001 From: Mizux Seiha Date: Fri, 22 Nov 2019 23:23:36 +0100 Subject: [PATCH] Fix Travis-CI osx python --- .travis/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis/install.sh b/.travis/install.sh index 6442cb8754..2411e69976 100755 --- a/.travis/install.sh +++ b/.travis/install.sh @@ -84,7 +84,7 @@ if [ "${BUILDER}" == make ]; then fi if [ "${LANGUAGE}" == python3 ]; then echo 'travis_fold:start:python3' - brew upgrade python + # brew upgrade python python3 -m pip install -q virtualenv wheel six echo 'travis_fold:end:python3' elif [ "${LANGUAGE}" == dotnet ]; then