From 4090857cfcda73d383e4cdbcc466fe326f06bd19 Mon Sep 17 00:00:00 2001 From: RĂ©mi Flamary Date: Wed, 9 May 2018 14:15:48 +0200 Subject: test install pip on macosx --- .travis/before_install.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to '.travis/before_install.sh') diff --git a/.travis/before_install.sh b/.travis/before_install.sh index ddaa142..0ae6249 100755 --- a/.travis/before_install.sh +++ b/.travis/before_install.sh @@ -4,8 +4,9 @@ if [[ $TRAVIS_OS_NAME == 'osx' ]]; then # Install some custom requirements on OS X # e.g. brew install pyenv-virtualenv - brew update - brew install python + #brew update + #brew install python + sudo easy_install -U pip else # Install some custom requirements on Linux -- cgit v1.2.3