pull in an appveyor.yml fix

See https://github.com/ogrisel/python-appveyor-demo/pull/46.
This commit is contained in:
Jack O'Connor 2018-07-18 16:45:18 -04:00
parent c972dd4a71
commit ea25e47c9f
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,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"
# Install the build dependencies of the project. If some dependencies contain
# compiled extensions and are not provided as pre-built wheel packages,