From a4384c956747c7d86c755322eda480c1eb18a142 Mon Sep 17 00:00:00 2001 From: Andrew Murray Date: Tue, 2 Feb 2016 21:24:23 +1100 Subject: [PATCH] Corrected AppVeyor testing status documentation [ci skip] --- winbuild/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/winbuild/README.md b/winbuild/README.md index 9777b1e6c6c..918fb2ba3ce 100644 --- a/winbuild/README.md +++ b/winbuild/README.md @@ -13,6 +13,6 @@ For more extensive info, see the windows build instructions `docs/build.rst`. * (in powershell) `build_deps.cmd` invokes the dependency build. * `python build.py --clean` makes Pillow for the matrix of Pythons. * `python test.py` runs the tests on Pillow in all the virtual envs. -* Currently working with zlib, libjpeg, freetype, and libtiff on Python 2.7, 3.3, and 3.4, both 32 and 64 bit, on a local win7 pro machine and appveyor.com (3.3 untested there) +* Currently working with zlib, libjpeg, freetype, and libtiff on Python 2.7, 3.3, and 3.4, both 32 and 64 bit, on a local win7 pro machine and appveyor.com * Webp is built, not detected. * LCMS and OpenJpeg are not building.