forked from extern/httpie-cli
CI
This commit is contained in:
parent
a2dca1e3bb
commit
fb85509e91
@ -1,16 +1,20 @@
|
|||||||
# https://ci.appveyor.com/project/jkbrzt/httpie
|
# https://ci.appveyor.com/project/jkbrzt/httpie
|
||||||
build: false
|
build: false
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
matrix:
|
matrix:
|
||||||
- PYTHON: "C:/Python27"
|
- PYTHON: "C:/Python27"
|
||||||
- PYTHON: "C:/Python34"
|
# Python 3.4 has outdated pip
|
||||||
|
# - PYTHON: "C:/Python34"
|
||||||
- PYTHON: "C:/Python35"
|
- PYTHON: "C:/Python35"
|
||||||
|
|
||||||
init:
|
init:
|
||||||
- "ECHO %PYTHON%"
|
- "ECHO %PYTHON%"
|
||||||
- ps: "ls C:/Python*"
|
- ps: "ls C:/Python*"
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- "%PYTHON%/Scripts/pip.exe install -U pip setuptools"
|
# FIXME: updating pip fails with PermissionError
|
||||||
|
# - "%PYTHON%/Scripts/pip.exe install -U pip setuptools"
|
||||||
- "%PYTHON%/Scripts/pip.exe install -e ."
|
- "%PYTHON%/Scripts/pip.exe install -e ."
|
||||||
|
|
||||||
test_script:
|
test_script:
|
||||||
|
Loading…
Reference in New Issue
Block a user