mirror of
https://github.com/httpie/cli.git
synced 2024-11-14 11:54:47 +01:00
appveyor fix attempt II.
This commit is contained in:
parent
ca7f41de53
commit
91e1fe2d0f
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user