Deploy flag is no longer supported I guess?
parent
b99c5d2abe
commit
25b6c4667f
|
@ -14,7 +14,7 @@ before_install:
|
||||||
install:
|
install:
|
||||||
- pip install pipenv
|
- pip install pipenv
|
||||||
- cd $TRAVIS_BUILD_DIR
|
- cd $TRAVIS_BUILD_DIR
|
||||||
- pipenv install --dev -e . --deploy
|
- pipenv install --dev -e .
|
||||||
|
|
||||||
cache:
|
cache:
|
||||||
directories:
|
directories:
|
||||||
|
|
Loading…
Reference in New Issue