Last version of travis osx already have a python 3.6 installed.

This commit is contained in:
Matthieu Gautier 2018-10-23 11:57:40 +02:00
parent 3a05f8e35b
commit b3a3d0399f
1 changed files with 0 additions and 2 deletions

View File

@ -4,8 +4,6 @@ set -e
if [[ "$TRAVIS_OS_NAME" == "osx" ]] if [[ "$TRAVIS_OS_NAME" == "osx" ]]
then then
brew update
brew upgrade python3
pip3 install pillow pip3 install pillow
pip3 install . pip3 install .