adewes / blitzdb

Blitz is a document-oriented database for Python that is backend-agnostic. It comes with a flat-file database for JSON documents and provides MongoDB-like querying capabilities.
http://blitzdb.readthedocs.org
MIT License
330 stars 37 forks source link

Set Up Travis Integration #19

Closed adewes closed 10 years ago

adewes commented 10 years ago

Travis integration is currently non-existent, we should set it up properly so that we can automatically test new builds.

AndrewGuenther commented 10 years ago

It would seem like this has been done already. Should this be closed?

adewes commented 10 years ago

Yes indeed, this is done! Thanks for pointing this out.