appveyor.yml Forgot artifact upload command

This commit is contained in:
anatoly techtonik 2016-04-07 23:06:05 +03:00
parent ee8073ce12
commit 19a5d2084c

View File

@ -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'