From b3a3d0399f7fa5440075a1bc9c2f27fd49711d1c Mon Sep 17 00:00:00 2001 From: Matthieu Gautier Date: Tue, 23 Oct 2018 11:57:40 +0200 Subject: [PATCH] Last version of travis osx already have a python 3.6 installed. --- travis/install_extra_deps.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/travis/install_extra_deps.sh b/travis/install_extra_deps.sh index 2b58f2b..0e66639 100755 --- a/travis/install_extra_deps.sh +++ b/travis/install_extra_deps.sh @@ -4,8 +4,6 @@ set -e if [[ "$TRAVIS_OS_NAME" == "osx" ]] then - brew update - brew upgrade python3 pip3 install pillow pip3 install .