summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNate Prewitt <Nate.Prewitt@gmail.com>2018-04-29 10:27:20 -0700
committerNate Prewitt <Nate.Prewitt@gmail.com>2018-04-29 10:27:20 -0700
commitcd1278ef99bab2ba72d9d854e387dd65384e956f (patch)
treef3751df85c4d9b3421bb1977344cc57b29b14f1b
parent2de907ad778de270911acaffe93883f0e2729a4a (diff)
downloadpython-requests-appveyor_fix.tar.gz
fix windows buildsappveyor_fix
Appveyor isn't able to replace the running executable. We'll run it from inside the interpreter to fix build issues.
-rw-r--r--appveyor.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 1da1fa88..8c84a9f3 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -41,7 +41,7 @@ install:
# Upgrade to the latest version of pip to avoid it displaying warnings
# about it being out of date.
- - "pip install --disable-pip-version-check --user --upgrade pip"
+ - "python -m pip install --upgrade pip wheel"
- "C:\\MinGW\\bin\\mingw32-make"
test_script: