mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-08-14 01:04:45 +03:00
appveyor.yml Forgot artifact upload command
This commit is contained in:
parent
ee8073ce12
commit
19a5d2084c
|
@ -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'
|
||||
|
|
Loading…
Reference in New Issue
Block a user