Skip to content

Commit

Permalink
Freeze pipenv version
Browse files Browse the repository at this point in the history
Workaround for pypa/pipenv#2924
  • Loading branch information
dmerejkowsky committed Oct 9, 2018
1 parent 66f5814 commit 2ca33cf
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 @@ -11,7 +11,7 @@ matrix:
sudo: true

install:
- pip install pipenv
- pip install pipenv==2018.05.18
- pipenv install --dev
- pipenv run python setup.py develop

Expand Down

0 comments on commit 2ca33cf

Please sign in to comment.