Travis: Workaround for installation error with Python 3.4

This commit is contained in:
Unrud 2018-04-20 15:53:59 +02:00 committed by Unrud
parent b41d33bcdf
commit 3f9c34c8b1

View File

@ -18,6 +18,7 @@ before_install:
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install python3 || brew upgrade python3; fi
install:
- pip3 install --upgrade six
- pip3 install --upgrade --editable .[test,md5,bcrypt]
script: