Skip to content

Commit

Permalink
appveyor fix: use 'python -m pip' to upgrade pip (pypa/pip#5240)
Browse files Browse the repository at this point in the history
  • Loading branch information
ikreymer committed Apr 20, 2018
1 parent b7bf693 commit 8047345
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 @@ -12,7 +12,7 @@ environment:

install:
- "SET PATH=%PYTHON%;%PYTHON%\\Scripts;%PATH%"
- "pip install --disable-pip-version-check --user --upgrade pip"
- "python -m pip install --upgrade pip"
- "pip install -U setuptools"
- "pip install coverage pytest-cov"
- "pip install cffi"
Expand Down

0 comments on commit 8047345

Please sign in to comment.