Skip to content

Commit

Permalink
BUILD: Update pip invocation
Browse files Browse the repository at this point in the history
  • Loading branch information
Joris Vankerschaver committed Aug 18, 2016
1 parent dbc8c47 commit df75d87
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 @@ -24,7 +24,7 @@ init:
- ps: $Env:path = $Env:python + ";" + $Env:python + "\scripts;" + $Env:sdkbin + ";" + $Env:path
install:
- ps: if ((Test-Path "c:/egg_cache") -eq 0) { mkdir c:/egg_cache }
- ps: python -m pip install --upgrade --no-use-wheel pip
- ps: python -m pip install --upgrade --no-binary wheel pip
- ps: pip install --upgrade wheel
- ps: pip --version
- cmd /v:on /e:on /c ".\appveyor-install.cmd"
Expand Down

0 comments on commit df75d87

Please sign in to comment.