Skip to content

Commit

Permalink
Adding travis integration
Browse files Browse the repository at this point in the history
  • Loading branch information
Jesús Espino committed Jul 28, 2013
1 parent c7c067d commit 1750ba2
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
language: python
python:
- "2.7"
install:
- pip install -e . --use-mirrors
- pip install pillow . --use-mirrors
- pip install coveralls --use-mirrors
script:
- coverage run --source=sampledatahelper setup.py test
notifications:
email:
recipients:
- jespinog@gmail.com
on_success: change
on_failure: change
after_success:
- coveralls
6 changes: 6 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ Django Sample Data Helper
.. image:: http://kaleidos.net/static/img/badge.png
:target: http://www.kaleidos.net/community/django-tint/

.. image:: https://travis-ci.org/kaleidos/django-sampledatahelper.png?branch=master
:target: https://travis-ci.org/kaleidos/django-sampledatahelper

.. image:: https://coveralls.io/repos/kaleidos/django-sampledatahelper/badge.png?branch=master
:target: https://coveralls.io/r/kaleidos/django-sampledatahelper?branch=master

.. image:: https://pypip.in/v/django-sampledatahelper/badge.png
:target: https://crate.io/packages/django-sampledatahelper

Expand Down

0 comments on commit 1750ba2

Please sign in to comment.