Skip to content

Commit

Permalink
Workaround for pypa/pipenv#1220
Browse files Browse the repository at this point in the history
  • Loading branch information
aericson committed Dec 20, 2017
1 parent 4f0f81f commit 503fae5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ test:
override:
- pipenv install --dev:
pwd: testproject
# The above command would have wrongly installed django 2.x
# the follwing is a workaround for https://github.com/pypa/pipenv/issues/1220
- pipenv install
pwd: testproject
- npm update --save:
pwd: testproject
- npm update --save-dev:
Expand Down

0 comments on commit 503fae5

Please sign in to comment.