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'