From 39370192295c49043361a6fd6bffe22ce1bdd415 Mon Sep 17 00:00:00 2001 From: Vladimir Diaz Date: Tue, 22 May 2018 13:43:08 -0400 Subject: [PATCH] Add Python 3.4 & 3.5 to appveyor.yml Signed-off-by: Vladimir Diaz --- appveyor.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/appveyor.yml b/appveyor.yml index 7125ebad..09613556 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -4,6 +4,14 @@ environment: PYTHON_VERSION: 3.6 PYTHON_ARCH: 32 + - PYTHON: "C:\\Python35" + PYTHON_VERSION: 3.5 + PYTHON_ARCH: 32 + + - PYTHON: "C:\\Python34" + PYTHON_VERSION: 3.4 + PYTHON_ARCH: 32 + - PYTHON: "C:\\Python27" PYTHON_VERSION: 2.7 PYTHON_ARCH: 32