diff --git a/appveyor.yml b/appveyor.yml index 179c329a8..6280a97d9 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -24,3 +24,5 @@ test_script: - cd c:\pillow - '%PYTHON%\Scripts\pip.exe install nose' - '%PYTHON%\python.exe test-installed.py' +matrix: + fast_finish: true