Travis: upgrade python if it's already installed
This commit is contained in:
@@ -15,7 +15,7 @@ matrix:
|
|||||||
language: generic
|
language: generic
|
||||||
|
|
||||||
before_install:
|
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:
|
install:
|
||||||
- pip3 install --upgrade --editable .[test,md5,bcrypt]
|
- pip3 install --upgrade --editable .[test,md5,bcrypt]
|
||||||
|
Reference in New Issue
Block a user