Tested on El Capitan

```
⌁74% [hugo:~/github/Pillow] 0177cce+* 11s ± coverage run --append --include=PIL/* selftest.py
--------------------------------------------------------------------
Pillow 3.0.0 TEST SUMMARY 
--------------------------------------------------------------------
Python modules loaded from /Users/hugo/github/Pillow/PIL
Binary modules loaded from /Users/hugo/github/Pillow/PIL
--------------------------------------------------------------------
--- PIL CORE support ok
--- TKINTER support ok
--- FREETYPE2 support ok
--- LITTLECMS2 support ok
--- WEBP support ok
--- JPEG support ok
*** OPENJPEG (JPEG2000) support not installed
--- ZLIB (PNG/ZIP) support ok
--- LIBTIFF support ok
--------------------------------------------------------------------
Running selftest:
--- 57 tests passed.
```

Full tests:
```
Ran 667 tests in 49.411s

OK (SKIP=47)
```
Mainly skipped Qt and OpenJPEG.
This commit is contained in:
Hugo van Kemenade 2015-10-03 11:12:38 +03:00
parent 087a7fdbfa
commit b7068dcc00

View File

@ -246,6 +246,8 @@ current versions of Linux, OS X, and Windows.
+----------------------------------+-------------+------------------------------+------------------------------+-----------------------+
|**Operating system** |**Supported**|**Tested Python versions** |**Tested Pillow versions** |**Tested processors** |
+----------------------------------+-------------+------------------------------+------------------------------+-----------------------+
| Mac OS X 10.11 El Capitan |Yes | 2.7 | 3.0.0 |x86-64 |
+----------------------------------+-------------+------------------------------+------------------------------+-----------------------+
| Mac OS X 10.10 Yosemite |Yes | 2.7,3.3,3.4 | 2.9.0 |x86-64 |
+----------------------------------+-------------+------------------------------+------------------------------+-----------------------+
| Mac OS X 10.9 Mavericks |Yes | 2.7,3.2,3.3,3.4 | 3.0.0 |x86-64 |