fix pip install

This commit is contained in:
kakwa 2019-02-07 22:12:49 +01:00
parent 13bfbdcbbc
commit ab9cd664ec
1 changed files with 1 additions and 1 deletions

View File

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