From ad98495c2337cf73474a3ea717ab1d6a809ce1e5 Mon Sep 17 00:00:00 2001 From: Mike Croucher Date: Thu, 7 Jul 2016 08:50:28 +0100 Subject: [PATCH] Appveyor: Only build the deploy branch --- appveyor.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/appveyor.yml b/appveyor.yml index cf64d4e3..ff13f99d 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -10,6 +10,10 @@ environment: - PYTHON: "C:\\Python27-x64" - PYTHON: "C:\\Python35-x64" +branches: + only: + - deploy + install: # We need wheel installed to build wheels - "%PYTHON%\\python.exe -m pip install wheel"