From c2516b8dabe3cafa6e3cbf1e84b7f0dc8236e39a Mon Sep 17 00:00:00 2001 From: Nathan Stocks Date: Wed, 27 Aug 2014 23:33:36 -0600 Subject: [PATCH] The problem is the old version of pip that ships with Python 3.4.0. Maybe we can get Appveyor to use 3.4.1. --- appveyor.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/appveyor.yml b/appveyor.yml index 0e1baf2..aac02f0 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -3,8 +3,12 @@ build: false environment: matrix: - PYTHON: "C:/Python27" + - PYTHON: "C:/Python33" + - PYTHON: "C:/Python34" + PYTHON_VERSION: "3.4.1" + PYTHON_ARCH: "64" init: - "ECHO %PYTHON%" - ps: "ls C:/Python*"