forked from extern/httpie-cli
Delete appveyor.yml
This commit is contained in:
parent
4b61108005
commit
7f24f7d34c
22
appveyor.yml
22
appveyor.yml
@ -1,22 +0,0 @@
|
||||
# https://ci.appveyor.com/project/jakubroztocil/httpie
|
||||
build: false
|
||||
|
||||
environment:
|
||||
matrix:
|
||||
- PYTHON: "C:/Python27"
|
||||
# Python 3.4 has outdated pip
|
||||
# - PYTHON: "C:/Python34"
|
||||
- PYTHON: "C:/Python36"
|
||||
|
||||
init:
|
||||
- "ECHO %PYTHON%"
|
||||
- ps: "ls C:/Python*"
|
||||
|
||||
install:
|
||||
- "%PYTHON%/python.exe -m pip install -U pip"
|
||||
- "%PYTHON%/python.exe -m pip install -e ."
|
||||
|
||||
test_script:
|
||||
- "%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