1
0
Fork 1
mirror of https://github.com/coddingtonbear/django-mailbox.git synced 2026-07-09 22:38:19 +02:00

Updating readme to show travis-ci build status.

This commit is contained in:
Adam Coddington 2013-01-20 12:32:15 -08:00
parent 6eff0eb203
commit a730abbb14

View file

@ -1,3 +1,5 @@
.. image:: https://travis-ci.org/latestrevision/django-mailbox.png?branch=master
How many times have you had to consume some sort of POP3, IMAP, or local mailbox for incoming content,
or had to otherwise construct an application driven by e-mail?
One too many times, I'm sure.