mirror of
https://github.com/httpie/cli.git
synced 2024-12-28 01:09:05 +01:00
Debug appveyor
This commit is contained in:
parent
64b9a86c52
commit
f67a11c165
@ -5,10 +5,11 @@ environment:
|
|||||||
- PYTHON: "C:/Python27"
|
- PYTHON: "C:/Python27"
|
||||||
- PYTHON: "C:/Python34"
|
- PYTHON: "C:/Python34"
|
||||||
init:
|
init:
|
||||||
|
- "ECHO %PYTHON%"
|
||||||
- ps: "ls C:/Python*"
|
- ps: "ls C:/Python*"
|
||||||
install:
|
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://raw.github.com/pypa/pip/master/contrib/get-pip.py', 'C:/get-pip.py')
|
||||||
- "%PYTHON%/python.exe c:/get-pip.py"
|
- "%PYTHON%/python.exe C:/get-pip.py"
|
||||||
- "%PYTHON%/Scripts/pip.exe install -e ."
|
- "%PYTHON%/Scripts/pip.exe install -e ."
|
||||||
test_script:
|
test_script:
|
||||||
- "%PYTHON%/Scripts/pip.exe --version"
|
- "%PYTHON%/Scripts/pip.exe --version"
|
||||||
|
Loading…
Reference in New Issue
Block a user