mirror of
https://github.com/Kozea/Radicale.git
synced 2025-06-26 16:45:52 +00:00
Install missing dependencies for tests
This commit is contained in:
parent
802185ed23
commit
7ac67cab38
1 changed files with 1 additions and 0 deletions
|
@ -18,6 +18,7 @@ before_install:
|
||||||
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install python3; fi
|
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install python3; fi
|
||||||
|
|
||||||
install:
|
install:
|
||||||
|
- pip3 install --upgrade passlib bcrypt
|
||||||
- pip3 install --upgrade --editable .[test]
|
- pip3 install --upgrade --editable .[test]
|
||||||
|
|
||||||
script:
|
script:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue