This commit is contained in:
Jakub Roztocil 2016-03-02 09:58:50 +08:00
parent a2dca1e3bb
commit fb85509e91

View File

@ -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: