From 32548e2bb67f5645785554a5762e42603e09985c Mon Sep 17 00:00:00 2001 From: Ian Cordasco Date: Tue, 24 Jan 2017 06:45:29 -0600 Subject: [PATCH] Pin pipenv to fix CI --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 0fb26321..bcc6b74a 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ .PHONY: docs init: - pip install 'pipenv>=0.1.6' + pip install 'pipenv===0.2.0' pipenv install --dev test: