From 1b89747726eceed685c281150754472601e11bd4 Mon Sep 17 00:00:00 2001 From: wiredfool Date: Thu, 28 Dec 2017 10:20:51 +0000 Subject: [PATCH] No need to move PIL out of the way anymore in appveyor --- appveyor.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 8e995e601..fe128f4a4 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -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'