mirror of
https://github.com/kakwa/ldapcherry
synced 2024-11-24 18:24:31 +01:00
fix pip install
This commit is contained in:
parent
13bfbdcbbc
commit
ab9cd664ec
@ -9,7 +9,7 @@ before_install:
|
||||
- '[ "$TEST_PEP8" == "1" ] || sudo ./tests/test_env/deploy.sh'
|
||||
|
||||
install:
|
||||
- pip install -e -r $REQ_FILE
|
||||
- "pip install -e . -r $REQ_FILE"
|
||||
- "if [[ $TEST_PEP8 == '1' ]]; then pip install pycodestyle; fi"
|
||||
- pip install passlib
|
||||
- pip install coveralls
|
||||
|
Loading…
Reference in New Issue
Block a user