From 33dc6d50c54fe40af082d3abeb6568d50f80556c Mon Sep 17 00:00:00 2001 From: Dwayne Litzenberger Date: Sat, 2 Apr 2016 00:07:21 -0700 Subject: appveyor: python 3.4 for now --- appveyor.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index c823e54..4a94162 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -9,14 +9,14 @@ environment: #- PYTHON: "C:\\Python27" #- PYTHON: "C:\\Python33" - #- PYTHON: "C:\\Python34" - - PYTHON: "C:\\Python35" + - PYTHON: "C:\\Python34" + #- PYTHON: "C:\\Python35" #- PYTHON: "C:\\Python27-x64" #- PYTHON: "C:\\Python33-x64" # DISTUTILS_USE_SDK: "1" - #- PYTHON: "C:\\Python34-x64" - # DISTUTILS_USE_SDK: "1" - - PYTHON: "C:\\Python35-x64" + - PYTHON: "C:\\Python34-x64" + DISTUTILS_USE_SDK: "1" + #- PYTHON: "C:\\Python35-x64" install: # We need wheel installed to build wheels -- cgit v1.2.1