1
0
mirror of https://github.com/kakwa/ldapcherry synced 2024-06-02 17:18:05 +02:00

fix pip install

This commit is contained in:
kakwa 2019-02-07 22:12:49 +01:00
parent 13bfbdcbbc
commit ab9cd664ec

View File

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