Skip to content

Commit

Permalink
Merge pull request #317 from takluyver/appveyor-upgrade-pip
Browse files Browse the repository at this point in the history
Upgrade pip on appveyor using python -m
  • Loading branch information
takluyver authored and cHYzZQo committed Apr 2, 2018
2 parents 5cee2fa + 573d7ba commit 6dcfe77
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 @@ -18,7 +18,7 @@ init:
- cmd: set PATH=%python%;%python%\scripts;%PATH%
install:
- cmd: |
pip install --upgrade wheel
python -m pip install --upgrade pip wheel
pip --version
- cmd: |
pip install --pre -e .
Expand Down

0 comments on commit 6dcfe77

Please sign in to comment.