From 68de0f8bb663c32c63a36adbebaf5688f520d64a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Matthias=20Bartelme=C3=9F?= <mba@fourplusone.de>
Date: Sun, 3 Jul 2016 16:14:26 +0200
Subject: [PATCH] fix yaml error

---
 appveyor.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/appveyor.yml b/appveyor.yml
index 63fdc8c..d684ce1 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -1,7 +1,7 @@
 version: 1.0.{build}
 image: Visual Studio 2015
 configuration: Release
-  matrix:
+matrix:
   - ARCH: 32
     GENERATOR: '"Visual Studio 11"'
     PYTHON: '"C:\Python35\python.exe"'