mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-02-23 23:30:34 +03:00
No need to move PIL out of the way anymore in appveyor
This commit is contained in:
parent
0474d9dd0c
commit
1b89747726
|
@ -67,7 +67,6 @@ build_script:
|
|||
$host.SetShouldExit(0)
|
||||
}
|
||||
- cd c:\pillow
|
||||
- mv PIL PIL.temp
|
||||
- '%PYTHON%\%EXECUTABLE% selftest.py --installed'
|
||||
|
||||
test_script:
|
||||
|
@ -91,7 +90,6 @@ artifacts:
|
|||
|
||||
before_deploy:
|
||||
- cd c:\pillow
|
||||
- mv PIL.temp PIL
|
||||
- '%PYTHON%\%PIP_DIR%\pip.exe install wheel'
|
||||
- cd c:\pillow\winbuild\
|
||||
- '%PYTHON%\%EXECUTABLE% c:\pillow\winbuild\build.py --wheel'
|
||||
|
|
Loading…
Reference in New Issue
Block a user