mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-08-16 02: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
|
- cd c:\pillow
|
||||||
- dir dist\*.egg
|
- dir dist\*.egg
|
||||||
- '%PYTHON%\python.exe selftest.py --installed'
|
- '%PYTHON%\python.exe selftest.py --installed'
|
||||||
|
on_success:
|
||||||
|
- ps: Get-ChildItem .\dist\*.* | % { Push-AppveyorArtifact $_.FullName -FileName $_.Name }
|
||||||
test_script:
|
test_script:
|
||||||
- cd c:\pillow
|
- cd c:\pillow
|
||||||
- '%PYTHON%\Scripts\pip.exe install nose'
|
- '%PYTHON%\Scripts\pip.exe install nose'
|
||||||
|
|
Loading…
Reference in New Issue
Block a user