move PIL directory out of the way

This commit is contained in:
Eric Soroos 2017-10-25 14:53:30 +00:00
parent ff9f284e75
commit afd6360d7a

View File

@ -69,6 +69,7 @@ build_script:
$host.SetShouldExit(0)
}
- cd c:\pillow
- mv PIL PIL.temp
- '%PYTHON%\%EXECUTABLE% selftest.py --installed'
test_script:
@ -86,6 +87,8 @@ artifacts:
name: wheel
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'