From 3c12e72ce7bbc28e5a62b414008aff1835e3f88c Mon Sep 17 00:00:00 2001 From: Ben Kurtovic Date: Wed, 28 Oct 2015 22:34:51 -0500 Subject: [PATCH] appveyor: fix for shadowing pip upgrade (#126) --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 6b8fb30..4f3e536 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -54,7 +54,7 @@ environment: PYTHON_ARCH: "64" install: - - "%PIP% install --disable-pip-version-check --upgrade pip" + - "%PIP% install --disable-pip-version-check --user --upgrade pip" - "%PIP% install wheel twine" build_script: