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:
|
environment:
|
||||||
matrix:
|
matrix:
|
||||||
- PYTHON: "C:\\Python27"
|
- PYTHON: "C:\\Python27"
|
||||||
- PYTHON: "C:\\Python33"
|
- PYTHON: "C:\\Python34"
|
||||||
|
init:
|
||||||
|
- ps: "ls C:\Python*"
|
||||||
install:
|
install:
|
||||||
- "ls C:\\"
|
|
||||||
- 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 ."
|
||||||
|
Loading…
Reference in New Issue
Block a user