From afd6360d7a495b95016b7e065a9f8bb83ca432bd Mon Sep 17 00:00:00 2001 From: Eric Soroos Date: Wed, 25 Oct 2017 14:53:30 +0000 Subject: [PATCH] move PIL directory out of the way --- appveyor.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/appveyor.yml b/appveyor.yml index c37b6b613..3e36eac9d 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -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'