Skip to content

Commit

Permalink
Pin pip version to work around an issue in pipenv.
Browse files Browse the repository at this point in the history
See pypa/pipenv#2924 for details
  • Loading branch information
Tom Hendrikx committed Oct 5, 2018
1 parent 1ffb21f commit 10572f3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Expand Up @@ -7,7 +7,8 @@ python:
- "3.6"

install:
- pip install --upgrade pip setuptools
- pip install --upgrade pip<=18.0 # https://github.com/pypa/pipenv/issues/2924
- pip install --upgrade setuptools
- pip install pipenv
- pipenv sync --dev

Expand Down
1 change: 1 addition & 0 deletions Makefile
Expand Up @@ -11,6 +11,7 @@ certdata.txt: mk-ca-bundle.pl

.PHONY: develop
develop:
pipenv run pip install 'pip<=18.0' # see https://github.com/pypa/pipenv/issues/2924
pipenv sync --dev

.PHONY: test
Expand Down

0 comments on commit 10572f3

Please sign in to comment.