From 56364bd81144ca5ef763c727acd0784a2bc9f81b Mon Sep 17 00:00:00 2001 From: Snaipe Date: Tue, 19 Jan 2016 22:44:25 +0100 Subject: [PATCH] [appveyor] Updated python to python 3.5.x --- appveyor.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index adced3b..19793f9 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -12,8 +12,8 @@ environment: CI_NAME: appveyor CI_JOB_ID: $(APPVEYOR_JOB_ID) GCOV_PREFIX: $(APPVEYOR_BUILD_FOLDER) - PYTHON: "C:\\Python34" - PYTHON_VERSION: "3.4.x" + PYTHON: "C:\\Python35" + PYTHON_VERSION: "3.5.x" PYTHON_ARCH: "32" PYTHONIOENCODING: "utf-8" # consider cmd encoding to be unicode matrix: @@ -46,7 +46,7 @@ install: - "pip install cram" - python -m cram --version # Patch buggy cram - - sh -c "patch C:/Python34/Lib/site-packages/cram.py .cmake/cram-win.patch" + - sh -c "patch C:/Python35/Lib/site-packages/cram.py .cmake/cram-win.patch" - ps: $env:RELEASE_NAME = $env:APPVEYOR_REPO_BRANCH -replace "/", "-" # Hack to make git think it is on the tip of the repo branch