forked from extern/httpie-cli
Fix appveyor.yml V.
This commit is contained in:
parent
d05063f019
commit
18f3700b77
19
appveyor.yml
19
appveyor.yml
@ -1,14 +1,13 @@
|
|||||||
# https://ci.appveyor.com/project/jkbr/httpie
|
build: false
|
||||||
environment:
|
environment:
|
||||||
matrix:
|
matrix:
|
||||||
- PYTHON: C:\Python27
|
- PYTHON: "C:\\Python27"
|
||||||
- PYTHON: C:\Python33
|
- 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')
|
||||||
- cmd: %PYTHON%\python.exe c:\get-pip.py
|
- "%PYTHON%\\python.exe c:\\get-pip.py"
|
||||||
- cmd: %PYTHON%\Scripts\pip.exe install -e .
|
- "%PYTHON%\\Scripts\\pip.exe install -e ."
|
||||||
build: off
|
|
||||||
test_script:
|
test_script:
|
||||||
- %PYTHON%\Scripts\pip.exe --version
|
- "%PYTHON%\\Scripts\\pip.exe --version"
|
||||||
- %PYTHON%\Scripts\http.exe --debug
|
- "%PYTHON%\\Scripts\\http.exe --debug"
|
||||||
- %PYTHON%\python.exe setup.py test
|
- "%PYTHON%\\python.exe setup.py test"
|
||||||
|
Loading…
Reference in New Issue
Block a user