From 3f9c34c8b19522fcade36f876a1d6dc909d4bba2 Mon Sep 17 00:00:00 2001 From: Unrud Date: Fri, 20 Apr 2018 15:53:59 +0200 Subject: [PATCH] Travis: Workaround for installation error with Python 3.4 --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index e6b64cb..a806585 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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: