forked from extern/httpie-cli
Python3.3 Windows CI
This commit is contained in:
parent
87806acc56
commit
bae8519e29
17
appveyor.yml
17
appveyor.yml
@ -1,13 +1,14 @@
|
|||||||
# https://ci.appveyor.com/project/jkbr/httpie
|
# https://ci.appveyor.com/project/jkbr/httpie
|
||||||
branches:
|
environment:
|
||||||
only:
|
matrix:
|
||||||
- master
|
- PYTHON: C:\Python27
|
||||||
|
- PYTHON: C:\Python33
|
||||||
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')
|
||||||
- C:\Python27\python.exe c:\get-pip.py
|
- ps: $env:PYTHON\python.exe c:\get-pip.py
|
||||||
- C:\Python27\Scripts\pip.exe install -e .
|
- ps: $env:PYTHON\Scripts\pip.exe install -e .
|
||||||
build: off
|
build: off
|
||||||
test_script:
|
test_script:
|
||||||
- C:\Python27\Scripts\pip.exe --version
|
- ps: $env:PYTHON\Scripts\pip.exe --version
|
||||||
- C:\Python27\Scripts\http.exe --debug
|
- ps: $env:PYTHON\Scripts\http.exe --debug
|
||||||
- C:\Python27\python.exe setup.py test
|
- ps: $env:PYTHON\python.exe setup.py test
|
||||||
|
Loading…
x
Reference in New Issue
Block a user