Skip to content

Commit

Permalink
Fix for broken builds due to pypa/pipenv#2924
Browse files Browse the repository at this point in the history
  • Loading branch information
boustrophedon committed Oct 9, 2018
1 parent a1b5ab4 commit 42420b1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ sudo: false
language: python
install:
- pip install pipenv --upgrade
- pipenv run pip install pip==18.0
- pipenv install --dev --skip-lock
cache: pip
script:
Expand Down

0 comments on commit 42420b1

Please sign in to comment.