1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-12-22 14:28:07 +00:00

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.
This commit is contained in:
Tomas Susanka 2018-10-24 14:49:15 +02:00 committed by Dusan Klinec
parent 6724e4e409
commit 3ff40fddf5
No known key found for this signature in database
GPG Key ID: 6337E118CCBCE103

View File

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