Skip to content
This repository has been archived by the owner on May 28, 2019. It is now read-only.

Commit

Permalink
travis: pipenv hotfix
Browse files Browse the repository at this point in the history
hotfix for pypa/pipenv#3079 (comment)
This is already fixed in master and should be released soon,
therefore this can be removed after the next pipenv version is released.
  • Loading branch information
tsusanka committed Oct 25, 2018
1 parent bc42ba9 commit bd40ebb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit bd40ebb

Please sign in to comment.