From fb85509e917836c7bfd18127d5908526b2a66e5e Mon Sep 17 00:00:00 2001 From: Jakub Roztocil Date: Wed, 2 Mar 2016 09:58:50 +0800 Subject: [PATCH] CI --- appveyor.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index c8f559ae..d5be1344 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,16 +1,20 @@ # https://ci.appveyor.com/project/jkbrzt/httpie build: false + environment: matrix: - PYTHON: "C:/Python27" - - PYTHON: "C:/Python34" + # Python 3.4 has outdated pip + # - PYTHON: "C:/Python34" - PYTHON: "C:/Python35" + init: - "ECHO %PYTHON%" - ps: "ls C:/Python*" 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 ." test_script: