From c8ae697eec5e03d42344e126a7a3ed1e02554472 Mon Sep 17 00:00:00 2001 From: Jakub Roztocil Date: Sun, 27 Apr 2014 22:14:11 +0200 Subject: [PATCH] Python 3.4 @ appveyor. --- appveyor.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 3abaf6fa..dca62e3f 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -3,9 +3,10 @@ build: false environment: matrix: - PYTHON: "C:\\Python27" - - PYTHON: "C:\\Python33" + - PYTHON: "C:\\Python34" +init: + - ps: "ls C:\Python*" install: - - "ls C:\\" - ps: (new-object net.webclient).DownloadFile('https://raw.github.com/pypa/pip/master/contrib/get-pip.py', 'C:\\get-pip.py') - "%PYTHON%\\python.exe c:\\get-pip.py" - "%PYTHON%\\Scripts\\pip.exe install -e ."