mirror of
https://github.com/httpie/cli.git
synced 2025-06-20 09:37:45 +02:00
Fix appveyor.yml III.
This commit is contained in:
parent
a95d8bb42d
commit
7c3f8c021e
10
appveyor.yml
10
appveyor.yml
@ -5,10 +5,10 @@ environment:
|
|||||||
- 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
|
- cmd: "%PYTHON%\python.exe" c:\get-pip.py
|
||||||
- cmd: %PYTHON%\Scripts\pip.exe install -e .
|
- cmd: "%PYTHON%\Scripts\pip.exe" install -e .
|
||||||
build: off
|
build: off
|
||||||
test_script:
|
test_script:
|
||||||
- cmd: %PYTHON%\Scripts\pip.exe --version
|
- cmd: "%PYTHON%\Scripts\pip.exe" --version
|
||||||
- cmd: %PYTHON%\Scripts\http.exe --debug
|
- cmd: "%PYTHON%\Scripts\http.exe" --debug
|
||||||
- cmd: %PYTHON%\python.exe setup.py test
|
- cmd: "%PYTHON%\python.exe" setup.py test
|
||||||
|
Loading…
x
Reference in New Issue
Block a user