Skip to content

Commit

Permalink
fix upgrading pip to v10
Browse files Browse the repository at this point in the history
  • Loading branch information
anthrotype committed Apr 20, 2018
1 parent f54ec35 commit fcd6df9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,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,
Expand Down

0 comments on commit fcd6df9

Please sign in to comment.