Skip to content

Commit

Permalink
fix pip site for appveyor
Browse files Browse the repository at this point in the history
  • Loading branch information
xlcnd committed Mar 5, 2016
1 parent 8b84cfd commit 0000919
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 @@ -34,7 +34,7 @@ init:
- "ECHO %TOXPYTHON% %PYTHON_VERSION% %PYTHON_ARCH%"

install:
- ps: (new-object net.webclient).DownloadFile('https://raw.github.com/pypa/pip/master/contrib/get-pip.py', 'C:/get-pip.py')
- ps: (new-object net.webclient).DownloadFile('https://bootstrap.pypa.io/get-pip.py', 'C:/get-pip.py')
- "%TOXPYTHON% C:/get-pip.py"
- "%PYTHON_HOME%/Scripts/pip.exe install -r requirements-appveyor.txt"

Expand Down

0 comments on commit 0000919

Please sign in to comment.