Skip to content

Commit

Permalink
Add travis-ci support
Browse files Browse the repository at this point in the history
  • Loading branch information
winhamwr committed May 22, 2013
1 parent b7a2079 commit 253ce2b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
language: python
install: pip install tox --use-mirrors
script: tox
6 changes: 4 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
Documentation
=============

.. image:: https://travis-ci.org/winhamwr/mixpanel-celery.png?branch=master

mixpanel-celery helps you use `Celery`_ to asynchronously track your `Mixpanel`_
events. Waiting on HTTP requests to Mixpanel's api to complete every time you
want to record something slows you down. Using mixpanel-celery gives you all of
Expand All @@ -13,7 +15,7 @@ the Mixpanel goodness without any of the potential performance impact.
mixpanel-celery works great with Django, but because Celery works with just
python, so does mixpanel-celery.

For full documenation vist the `online mixpanel-celery documentation`_
For full documenation vist the `online mixpanel-celery documentation`_
(or build the `sphinx`_ documentation yourself).

This project isn't affiliated with the `Mixpanel`_ company. Just a customer's
Expand All @@ -22,4 +24,4 @@ implementation of a client for their service.
.. _`Celery`: http://ask.github.com/celery/
.. _`Mixpanel`: http://mixpanel.com/
.. _`sphinx`: http://sphinx.pocoo.org/
.. _`online mixpanel-celery documentation`: http://mixpanel-celery.readthedocs.org
.. _`online mixpanel-celery documentation`: http://mixpanel-celery.readthedocs.org

0 comments on commit 253ce2b

Please sign in to comment.