From 726bf00a28d4a07076ee2fa148ca9aabc0d2d31c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Ericson?= 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: