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:
parent
6724e4e409
commit
3ff40fddf5
@ -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…
Reference in New Issue
Block a user