From 74d2075ad768c577cd2e985082add0c5613458ed Mon Sep 17 00:00:00 2001 From: Karl Schultz Date: Wed, 22 Feb 2017 13:41:55 -0700 Subject: build: Change appveyor to build VS 2013 and 2015 Change-Id: Idccb248aa46a5028b9c28d5487760c749a8d61e2 --- .appveyor.yml | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/.appveyor.yml b/.appveyor.yml index 932e4173..6814509f 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -4,7 +4,9 @@ # build version format version: "{build}" -os: Visual Studio 2013 +os: + - Visual Studio 2013 + - Visual Studio 2015 environment: PYTHON_PATH: "C:/Python35" @@ -14,12 +16,6 @@ branches: only: - master -# scripts that are called at very beginning, before repo cloning -init: - - ps: (new-object net.webclient).DownloadFile('https://bootstrap.pypa.io/get-pip.py', 'C:/get-pip.py') - - "%PYTHON_PATH%/python.exe C:/get-pip.py" - - "%PYTHON_PACKAGE_PATH%/pip.exe install nose" - # This replaces "automatic building" that would be defined under build: build_script: - "SET PATH=C:\\Python35;C:\\Python35\\Scripts;%PATH%" -- cgit v1.2.3