From ef3f62e92d494e14ef39e99556d431cf95ada1b5 Mon Sep 17 00:00:00 2001 From: maxirmx Date: Wed, 14 Oct 2015 06:52:12 +0300 Subject: [PATCH] Added Python 3.4 (latest) to build matrix --- .appveyor.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.appveyor.yml b/.appveyor.yml index 69331c68f..9352a6877 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -13,6 +13,11 @@ environment: PYTHON_VERSION: "2.7.10" PYTHON_ARCH: "64" + # The lastest Python 3.4. + - PYTHON: "C:\\Python34-x64" + PYTHON_VERSION: "3.4.x" # currently 3.4.3 + PYTHON_ARCH: "64" + install: # Install Python (from the official .msi of http://python.org) and pip when # not already installed.