From b9101202fbf381acb17af9306b34d017611df4b3 Mon Sep 17 00:00:00 2001 From: Steven Silvester Date: Wed, 16 Sep 2015 08:02:15 -0500 Subject: [PATCH] Add a 64bit python 3.4 build --- appveyor.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 6f9f9170..c47608b8 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -22,9 +22,9 @@ environment: # PYTHON_VERSION: "3.4.2" # PYTHON_ARCH: "32" - #- PYTHON: "C:\\Python24_64" - # PYTHON_VERSION: "3.4.2" - # PYTHON_ARCH: "64" + - PYTHON: "C:\\Python34_64" + PYTHON_VERSION: "3.4.2" + PYTHON_ARCH: "64" install: # Install Python (from the official .msi of http://python.org) and pip when