Travis: Workaround for installation error with Python 3.4
This commit is contained in:
parent
b41d33bcdf
commit
3f9c34c8b1
@ -18,6 +18,7 @@ before_install:
|
|||||||
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install python3 || brew upgrade python3; fi
|
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install python3 || brew upgrade python3; fi
|
||||||
|
|
||||||
install:
|
install:
|
||||||
|
- pip3 install --upgrade six
|
||||||
- pip3 install --upgrade --editable .[test,md5,bcrypt]
|
- pip3 install --upgrade --editable .[test,md5,bcrypt]
|
||||||
|
|
||||||
script:
|
script:
|
||||||
|
Loading…
Reference in New Issue
Block a user