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

Fix appveyor

This commit is contained in:
Jakub Roztočil
2016-02-29 15:14:43 +08:00
parent ed08ab133e
commit b44e16ed0f
+2 -2
View File
@@ -7,10 +7,10 @@ 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 -U pip setuptools"
- "%PYTHON%/Scripts/pip.exe install -e ."
test_script:
- "%PYTHON%/Scripts/pip.exe --version"