travis: pipenv hotfix

hotfix for https://github.com/pypa/pipenv/issues/3079#issuecomment-431917121
This is already fixed in master and should be released soon,
therefore this can be removed after the next pipenv version is released.
pull/25/head
Tomas Susanka 6 years ago committed by Dusan Klinec
parent 6724e4e409
commit 3ff40fddf5
No known key found for this signature in database
GPG Key ID: 6337E118CCBCE103

@ -36,7 +36,7 @@ cache:
before_install:
- python3.6 -m ensurepip --user
- python3.6 -m pip install --user pipenv
- python3.6 -m pip install --user "pipenv<2018.10"
install:
- curl -LO "https://github.com/google/protobuf/releases/download/v${PROTOBUF_VERSION}/protoc-${PROTOBUF_VERSION}-linux-x86_64.zip"

Loading…
Cancel
Save