diff --git a/appveyor.yml b/appveyor.yml index ab459132f..245595f11 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -25,6 +25,8 @@ build_script: - cd c:\pillow - dir dist\*.egg - '%PYTHON%\python.exe selftest.py --installed' +on_success: +- ps: Get-ChildItem .\dist\*.* | % { Push-AppveyorArtifact $_.FullName -FileName $_.Name } test_script: - cd c:\pillow - '%PYTHON%\Scripts\pip.exe install nose'