mirror of
https://github.com/kakwa/ldapcherry
synced 2024-11-25 02:34: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'
|
- '[ "$TEST_PEP8" == "1" ] || sudo ./tests/test_env/deploy.sh'
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- pip install -e -r $REQ_FILE
|
- "pip install -e . -r $REQ_FILE"
|
||||||
- "if [[ $TEST_PEP8 == '1' ]]; then pip install pycodestyle; fi"
|
- "if [[ $TEST_PEP8 == '1' ]]; then pip install pycodestyle; fi"
|
||||||
- pip install passlib
|
- pip install passlib
|
||||||
- pip install coveralls
|
- pip install coveralls
|
||||||
|
Loading…
Reference in New Issue
Block a user