From 96beae5c820554aac9693bba24f06b2e76cdb1c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20Bartelme=C3=9F?= Date: Sun, 3 Jul 2016 16:15:41 +0200 Subject: [PATCH] fix yaml error --- appveyor.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index d684ce1..e5322df 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,7 +1,8 @@ version: 1.0.{build} image: Visual Studio 2015 configuration: Release -matrix: +environment: + matrix: - ARCH: 32 GENERATOR: '"Visual Studio 11"' PYTHON: '"C:\Python35\python.exe"'