shithub: aubio

Download patch

ref: 6f4f1175d685464c4646cd7d2bb4e5f49ef63468
parent: a0f0f000aa9f460617ca224c791c062b51ff1459
author: Paul Brossier <piem@piem.org>
date: Wed May 4 09:05:52 EDT 2016

appveyor.yml: simplify matrix

--- a/appveyor.yml
+++ b/appveyor.yml
@@ -4,14 +4,8 @@
 environment:
 
   matrix:
-
     - PYTHON: "C:\\Python27"
-      PYTHON_VERSION: "2.7.x" # currently 2.7.9
-      PYTHON_ARCH: "32"
-
-    - PYTHON: "C:\\Python27-x64"
-      PYTHON_VERSION: "3.4.x" # currently 3.4.3
-      PYTHON_ARCH: "64"
+    - PYTHON: "C:\\Python33-x64"
 
 install: