From 25a992a87053a3a6250cf7d45d3ac0808b58d8bb Mon Sep 17 00:00:00 2001 From: Julien Duponchelle Date: Tue, 18 Apr 2017 12:20:04 +0200 Subject: [PATCH] Build only for Python 3.6 on Windows --- appveyor.yml | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 24f3dbe9..26fc3a83 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,21 +1,14 @@ version: '{build}-{branch}' -# Do not build feature branch with open Pull Requests -skip_branch_with_pr: true - image: Visual Studio 2015 platform: x64 shallow_clone: true - environment: - matrix: - - PYTHON: "C:\\Python36-x64" - DISTUTILS_USE_SDK: "1" - - PYTHON: "C:\\Python35-x64" - DISTUTILS_USE_SDK: "1" + PYTHON: "C:\\Python36-x64" + DISTUTILS_USE_SDK: "1" install: - "%PYTHON%\\python.exe -m pip install -r dev-requirements.txt"