Travis: Move installation of six to before_install

This commit is contained in:
Unrud 2018-05-13 13:35:17 +02:00
parent f815f1be7f
commit ec82997487

View File

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