From 69e4510453618bd09df103cebc95aa37906a26ea Mon Sep 17 00:00:00 2001 From: Nate Ferrell Date: Mon, 12 Mar 2018 02:03:45 -0500 Subject: [PATCH] !build updated appveyor yml --- appveyor.yml | 21 +++++++++++++-------- 1 file changed, 13 insertions(+), 8 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 32bcaedae..1f8dfd313 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,8 +1,3 @@ -image: - - Ubuntu - - Visual Studio 2015 - - Visual Studio 2017 - environment: APPVEYOR_YML_DISABLE_PS_LINUX: true NuGetApiKey: @@ -10,9 +5,19 @@ environment: Coveralls: secure: r4c1f5ysoobhV4DGF9zc18yl+buyh7LoV7kRr7aUFvrcjd7VFmj71EPN0Egs9gOQ matrix: - - PYTHON: "C:\\Python27" - PYTHON_VERSION: "2.7.8" - PYTHON_ARCH: "32" + - image: Ubuntu + + - image: Visual Studio 2015 + environment: + PYTHON: "C:\\Python27" + PYTHON_VERSION: "2.7.8" + PYTHON_ARCH: "32" + + - image: Visual Studio 2017 + environment: + PYTHON: "C:\\Python27" + PYTHON_VERSION: "2.7.8" + PYTHON_ARCH: "32" matrix: fast_finish: true