diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2018-06-24 13:45:16 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2018-06-24 13:45:16 -0400 |
commit | 01d8d1fcb554896f7004e03556231acaee4c2f4b (patch) | |
tree | 9063f81254741895d4160b8b3a55fb6c5a8e147a | |
parent | 82ff458cf6d628166701ef20da13c971166cb1d7 (diff) | |
download | python-coveragepy-git-01d8d1fcb554896f7004e03556231acaee4c2f4b.tar.gz |
Try forcing an explicit pip version
-rw-r--r-- | appveyor.yml | 2 |
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" |