From 01d8d1fcb554896f7004e03556231acaee4c2f4b Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Sun, 24 Jun 2018 13:45:16 -0400 Subject: Try forcing an explicit pip version --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'appveyor.yml') 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" -- cgit v1.2.1