summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--appveyor.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml
index a310c5a6..cf3f6882 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -99,7 +99,7 @@ install:
# Upgrade to the latest version of pip to avoid it displaying warnings
# about it being out of date.
- - "python -m pip install --disable-pip-version-check --user --upgrade pip"
+ - "python -m pip install --disable-pip-version-check --user pip==10.0.1"
# And upgrade virtualenv to get the latest pip inside .tox virtualenvs.
- "python -m pip install --disable-pip-version-check --user --upgrade virtualenv"