setuptools: Add md5 and bcrypt as extra requirements
This commit is contained in:
@@ -18,8 +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]
|
||||
- pip3 install --upgrade --editable .[test,md5,bcrypt]
|
||||
|
||||
script:
|
||||
- python3 setup.py test
|
||||
|
||||
Reference in New Issue
Block a user