forked from extern/httpie-cli
Debug appveyor
This commit is contained in:
parent
05db75bdb1
commit
82e16c4f27
@ -5,6 +5,7 @@ environment:
|
||||
- PYTHON: "C:\\Python27"
|
||||
- PYTHON: "C:\\Python33"
|
||||
install:
|
||||
- "ls C:\\"
|
||||
- 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%\\Scripts\\pip.exe install -e ."
|
||||
|
Loading…
Reference in New Issue
Block a user