don't uninstall pipenv

Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
This commit is contained in:
2018-05-05 20:59:19 -04:00
parent 981e2fdad7
commit c766c2c5d7
+1 -1
View File
@@ -27,7 +27,7 @@ if [[ ! -z "$CI" ]]; then
echo "Installing Pipenv…"
pip uninstall -y pipenv
# pip uninstall -y pipenv
pip install -e "$(pwd)" --upgrade
pipenv install --deploy --system --dev