1
0
mirror of https://github.com/httpie/cli.git synced 2025-12-28 00:33:48 +02:00
This commit is contained in:
Jakub Roztocil
2016-03-02 09:33:43 +08:00
parent f6824f7ade
commit ae7008ee96

View File

@@ -7,11 +7,13 @@ environment:
init:
- "ECHO %PYTHON%"
- ps: "ls C:/Python*"
#install:
install:
# - ps: (new-object net.webclient).DownloadFile('https://bootstrap.pypa.io/get-pip.py', 'C:/get-pip.py')
# - "%PYTHON%/python.exe C:/get-pip.py"
# - "%PYTHON%/Scripts/pip.exe install -U pip setuptools"
- "%PYTHON%/Scripts/pip.exe install -e ."
test_script:
- "%PYTHON%/Scripts/pip.exe --version"
- "%PYTHON%/Scripts/http.exe --debug"