Install missing dependencies for tests

This commit is contained in:
Unrud 2017-06-16 01:04:57 +02:00 committed by Unrud
parent 802185ed23
commit 7ac67cab38

View File

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