Skip to content

Commit

Permalink
avoid downloading pip as 2.7 has ensurepip
Browse files Browse the repository at this point in the history
  • Loading branch information
niphlod committed Sep 21, 2016
1 parent 075f493 commit 98d6363
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@ init:
- set PATH=%PYTHON%;%PYTHON%\Scripts;%PATH%

install:
- ps: Start-FileDownload https://bootstrap.pypa.io/get-pip.py
- python get-pip.py
- python -m ensurepip
- pip install codecov
- git submodule update --init --recursive
- pip install pycrypto
Expand Down

0 comments on commit 98d6363

Please sign in to comment.