Skip to content
This repository has been archived by the owner on Nov 5, 2019. It is now read-only.

Commit

Permalink
enable travis-ci builds
Browse files Browse the repository at this point in the history
  • Loading branch information
jehiah committed Jan 12, 2013
1 parent 6be100e commit a0a1fdd
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 4 deletions.
12 changes: 12 additions & 0 deletions .travis.yml
@@ -0,0 +1,12 @@
language: python
python:
- "2.5"
- "2.6"
- "2.7"
services: mongodb
install:
- "pip install tornado --use-mirrors"
- "pip install pymongo --use-mirrors"
script: py.test
notifications:
email: false
6 changes: 2 additions & 4 deletions README.md
Expand Up @@ -4,15 +4,13 @@ asyncmongo
AsyncMongo is an asynchronous library for accessing mongo
which is built on the tornado ioloop.

[![Build Status](https://travis-ci.org/bitly/asyncmongo.png?branch=master)](https://travis-ci.org/bitly/asyncmongo)

Installation
------------

Installing: `pip install asyncmongo`

Installing form github: `pip install git+https://github.com/bitly/asyncmongo.git`

Installing from source: `git clone git://github.com/bitly/asyncmongo.git; cd asyncmongo; python setup.py install`

Usage
-----

Expand Down

0 comments on commit a0a1fdd

Please sign in to comment.