Skip to content

Commit 7500480

Browse files
authored
Add build status badge to README
1 parent f6eda45 commit 7500480

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.rst

+5-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
1-
expiringdict
2-
------------
1+
Expiring Dict
2+
-------------
3+
4+
.. image:: https://travis-ci.org/mailgun/expiringdict.svg?branch=master
5+
:target: https://travis-ci.org/mailgun/expiringdict
36

47
expiringdict is a Python caching library. The core of the library is ExpiringDict class which
58
is an ordered dictionary with auto-expiring values for caching purposes. Expiration happens on

0 commit comments

Comments
 (0)