From ade828636a074a74f835732e1aa512e24cd8dea6 Mon Sep 17 00:00:00 2001 From: Steven Silvester Date: Wed, 16 Sep 2015 09:30:12 -0500 Subject: [PATCH] Fix yml format --- appveyor.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 25a3246a..a1fd2571 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -14,9 +14,9 @@ environment: PYTHON_ARCH: "32" # disable other builds until they can be run in parallel - - PYTHON: "C:\\Python27_64" - PYTHON_VERSION: "2.7" - PYTHON_ARCH: "64" + - PYTHON: "C:\\Python27_64" + PYTHON_VERSION: "2.7" + PYTHON_ARCH: "64" #- PYTHON: "C:\\Python34_32" # PYTHON_VERSION: "3.4.2"