Skip to content

Commit 763579c

Browse files
committed
Updated readme with build and coverage info
1 parent 569a56c commit 763579c

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
1+
=======================
12
Python Disk Collections
23
=======================
34

5+
.. image:: https://travis-ci.org/thegrymek/python-disk-collections.svg?branch=master
6+
:target: https://travis-ci.org/thegrymek/python-disk-collections
7+
8+
.. image:: https://coveralls.io/repos/github/thegrymek/python-disk-collections/badge.svg
9+
:target: https://coveralls.io/github/thegrymek/python-disk-collections
10+
11+
412
Module contains class with extended python list that stores items at disk.
513
By default items before save are pickled and compressed. Use that list
614
as usual list!

0 commit comments

Comments
 (0)