forked from extern/httpie-cli
Python 3.4 @ appveyor.
This commit is contained in:
parent
82e16c4f27
commit
c8ae697eec
@ -3,9 +3,10 @@ build: false
|
||||
environment:
|
||||
matrix:
|
||||
- PYTHON: "C:\\Python27"
|
||||
- PYTHON: "C:\\Python33"
|
||||
- PYTHON: "C:\\Python34"
|
||||
init:
|
||||
- ps: "ls C:\Python*"
|
||||
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