From 6a86884de7fed3be303a994e478b07452f323732 Mon Sep 17 00:00:00 2001 From: devexpert12 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: