Skip to content

Commit

Permalink
Add OS X build badge [CI skip]
Browse files Browse the repository at this point in the history
We have OS X builds in another repo. Show the badge here too, to help spot OS X build breaks sooner (for example, if might pass on Linux).
  • Loading branch information
hugovk committed Mar 6, 2015
1 parent 2c70c9e commit 44bb45d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,12 @@ Pillow is the "friendly" PIL fork by `Alex Clark and Contributors <https://githu

.. image:: https://travis-ci.org/python-pillow/Pillow.svg?branch=master
:target: https://travis-ci.org/python-pillow/Pillow
:alt: Travis CI build status
:alt: Travis CI build status (Linux)

.. image:: https://travis-ci.org/python-pillow/pillow-wheels.svg?branch=latest
:target: https://travis-ci.org/python-pillow/pillow-wheels
:alt: Travis CI build status (OS X)

.. image:: https://pypip.in/v/Pillow/badge.png
:target: https://pypi.python.org/pypi/Pillow/
:alt: Latest PyPI version
Expand Down

0 comments on commit 44bb45d

Please sign in to comment.