1
0
mirror of https://github.com/httpie/cli.git synced 2026-04-24 19:53:55 +02:00

Fix appveyor.yml III.

This commit is contained in:
Jakub Roztocil
2014-04-27 17:50:54 +02:00
parent a95d8bb42d
commit 7c3f8c021e
+5 -5
View File
@@ -5,10 +5,10 @@ environment:
- PYTHON: C:\Python33
install:
- 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%\Scripts\pip.exe install -e .
- cmd: "%PYTHON%\python.exe" c:\get-pip.py
- cmd: "%PYTHON%\Scripts\pip.exe" install -e .
build: off
test_script:
- cmd: %PYTHON%\Scripts\pip.exe --version
- cmd: %PYTHON%\Scripts\http.exe --debug
- cmd: %PYTHON%\python.exe setup.py test
- cmd: "%PYTHON%\Scripts\pip.exe" --version
- cmd: "%PYTHON%\Scripts\http.exe" --debug
- cmd: "%PYTHON%\python.exe" setup.py test