From c766c2c5d7b377f4a89b80aa6b9deadb0970943d Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Sat, 5 May 2018 20:59:19 -0400 Subject: [PATCH] don't uninstall pipenv Signed-off-by: Kenneth Reitz --- run-tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run-tests.sh b/run-tests.sh index 37d39cf1..6cde0734 100755 --- a/run-tests.sh +++ b/run-tests.sh @@ -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