From 98289e425785b70e3e3d359d2f0aa8964b587fe1 Mon Sep 17 00:00:00 2001 From: Richard Frank Date: Wed, 23 Mar 2016 17:32:21 -0400 Subject: [PATCH] BLD: Only build master on appveyor (and hopefully PRs too) --- appveyor.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/appveyor.yml b/appveyor.yml index 43640664..3bad42b3 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -103,3 +103,7 @@ install: test_script: - nosetests tests/ - flake8 zipline tests + +branches: + only: + - master