Travis: upgrade python if it's already installed
This commit is contained in:
@ -15,7 +15,7 @@ matrix:
|
||||
language: generic
|
||||
|
||||
before_install:
|
||||
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install python3; fi
|
||||
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install python3 || brew upgrade python3; fi
|
||||
|
||||
install:
|
||||
- pip3 install --upgrade --editable .[test,md5,bcrypt]
|
||||
|
Reference in New Issue
Block a user