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

appveyor fix attempt II.

This commit is contained in:
Jakub Roztocil
2017-12-13 21:32:37 +01:00
committed by GitHub
parent ca7f41de53
commit 91e1fe2d0f
+2 -2
View File
@@ -14,9 +14,9 @@ init:
install:
- "%PYTHON%/python.exe -m pip install -U pip"
- "%PYTHON%/Scripts/pip.exe install -e ."
- "%PYTHON%/python.exe -m pip install -e ."
test_script:
- "%PYTHON%/Scripts/pip.exe --version"
- "%PYTHON%/python.exe -m pip --version"
- "%PYTHON%/Scripts/http.exe --debug"
- "%PYTHON%/python.exe setup.py test"