Browse Source

Install missing dependencies for tests

Unrud 8 years ago
parent
commit
7ac67cab38
1 changed files with 1 additions and 0 deletions
  1. 1 0
      .travis.yml

+ 1 - 0
.travis.yml

@@ -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: