From d861269a62e8ba0cf357a2fcfba702efe07330e0 Mon Sep 17 00:00:00 2001 From: Hugo van Kemenade Date: Thu, 18 Jun 2015 21:38:26 +0300 Subject: [PATCH] Build all branches > All branches are built by default. http://www.appveyor.com/docs/branches --- appveyor.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index e37b18a98..868f34f7e 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,7 +1,4 @@ version: 2.9.pre.{build} -branches: - only: - - winbuild shallow_clone: true clone_folder: c:\pillow init: @@ -27,4 +24,4 @@ build_script: test_script: - cd c:\pillow - '%PYTHON%\Scripts\pip.exe install nose' -- '%PYTHON%\python.exe test-installed.py' \ No newline at end of file +- '%PYTHON%\python.exe test-installed.py'