From 9bb925381bc98415a24b1f0bfc93618cce00e35a Mon Sep 17 00:00:00 2001 From: FPiety0521 Date: Wed, 20 Dec 2017 01:52:52 -0300 Subject: [PATCH] Workaround for https://github.com/pypa/pipenv/issues/1220 --- circle.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/circle.yml b/circle.yml index 7f5800d..b602a50 100644 --- a/circle.yml +++ b/circle.yml @@ -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: