From 2f63d179fba6ee43c2f52a2ff63a6fd421492dd3 Mon Sep 17 00:00:00 2001 From: Andrew Murray Date: Sat, 18 Nov 2017 14:37:45 +1100 Subject: [PATCH] Minor comment change --- appveyor.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 3e36eac9d..d966c88ff 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -52,21 +52,21 @@ install: { c:\python34\python.exe c:\pillow\winbuild\build_dep.py c:\pillow\winbuild\build_deps.cmd - $host.SetShouldExit(0) + $host.SetShouldExit(0) } - + build_script: - ps: | if ($env:PYTHON -eq "c:/msys64/mingw32") { c:\msys64\usr\bin\bash -l -c c:\\pillow\\winbuild\\appveyor_build_msys2.sh Write-Host "through install" - $host.SetShouldExit(0) + $host.SetShouldExit(0) } else { & $env:PYTHON/$env:EXECUTABLE c:\pillow\winbuild\build.py - $host.SetShouldExit(0) + $host.SetShouldExit(0) } - cd c:\pillow - mv PIL PIL.temp @@ -107,9 +107,9 @@ deploy: on: branch: master deploy: YES - -# Uncomment the following line to get RDP access after the build/test and block for + +# Uncomment the following lines to get RDP access after the build/test and block for # up to the timeout limit (~1hr) # #on_finish: