Maybe need to unlink Python2 before?!

This commit is contained in:
Godzil
2020-03-05 16:15:58 +00:00
parent c41cbaeea8
commit e33cf0d5f0

View File

@@ -37,4 +37,5 @@ jobs:
before_install:
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update ; fi
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install imagemagick; fi
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew unlink python@2 ; fi
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install imagemagick ; fi