Build all branches

> All branches are built by default. 
http://www.appveyor.com/docs/branches
This commit is contained in:
Hugo van Kemenade 2015-06-18 21:38:26 +03:00
parent a92d737177
commit d861269a62

View File

@ -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'
- '%PYTHON%\python.exe test-installed.py'