Commit cf65f601 authored by Marius Gedminas's avatar Marius Gedminas

Add Travis and AppVeyor build badges

parent 9722e958
``BTrees``: scalable persistent components ``BTrees``: scalable persistent components
=========================================== ===========================================
.. image:: https://travis-ci.org/zopefoundation/BTrees.svg?branch=master
:target: https://travis-ci.org/zopefoundation/BTrees
.. image:: https://ci.appveyor.com/api/projects/status/github/zopefoundation/BTrees?branch=master&svg=true
:target: https://ci.appveyor.com/project/zopefoundation/BTrees
This package contains a set of persistent object containers built around This package contains a set of persistent object containers built around
a modified BTree data structure. The trees are optimized for use inside a modified BTree data structure. The trees are optimized for use inside
ZODB's "optimistic concurrency" paradigm, and include explicit resolution ZODB's "optimistic concurrency" paradigm, and include explicit resolution
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment