Merge pull request #3828 from sigmavirus24/blacklist-pipenv

Blacklist known bad version of pipenv
This commit is contained in:
Cory Benfield
2017-01-24 13:13:52 +00:00
committed by GitHub
+1 -1
View File
@@ -1,7 +1,7 @@
.PHONY: docs
init:
pip install 'pipenv===0.2.0'
pip install 'pipenv>=0.1.6,!=0.2.6,!=0.2.7,!=0.2.8'
pipenv install --dev
test: