From 3bc5cf5d1e791d306895699ba23cf7a073112e96 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Sat, 5 May 2018 21:14:15 -0400 Subject: [PATCH] changes 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 68193a8d..c71e62ec 100755 --- a/run-tests.sh +++ b/run-tests.sh @@ -28,7 +28,7 @@ if [[ ! -z "$CI" ]]; then echo "Installing Pipenv…" # pip uninstall -y pipenv - virtualenv venv + export PATH="~/.local/bin:$PATH" pip install --user -e "$(pwd)" --upgrade pipenv install --deploy --dev