Skip to content

Commit

Permalink
add coveralls badge
Browse files Browse the repository at this point in the history
  • Loading branch information
crccheck committed Mar 19, 2015
1 parent 3e111df commit b7528c0
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
11 changes: 7 additions & 4 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
Django Object Actions
=====================

.. image:: https://travis-ci.org/texastribune/django-object-actions.png
:target: https://travis-ci.org/texastribune/django-object-actions
.. image:: https://travis-ci.org/crccheck/django-object-actions.png
:target: https://travis-ci.org/crccheck/django-object-actions

.. image:: https://coveralls.io/repos/crccheck/django-object-actions/badge.png
:target: https://coveralls.io/r/crccheck/django-object-actions

If you've ever tried making your own admin object tools and you were
like me, you immediately gave up. Why can't they be as easy as making
Expand Down Expand Up @@ -166,7 +169,7 @@ Limitations

2. If you provide your own custom ``change_form.html``, you'll also need to
manually copy in the relevant bits of `our change form
<https://github.com/texastribune/django-object-actions/blob/master/django_obj
<https://github.com/crccheck/django-object-actions/blob/master/django_obj
ect_actions/templates/django_object_actions/change_form.html>`_. You can also
use ``from django_object_actions import BaseDjangoObjectActions`` instead.

Expand All @@ -176,7 +179,7 @@ Development
Getting started *(with virtualenvwrapper)*::

# get a copy of the code
git clone git@github.com:texastribune/django-object-actions.git
git clone git@github.com:crccheck/django-object-actions.git
cd django-object-actions
# set up your virtualenv
mkvirtualenv django-object-actions
Expand Down
8 changes: 3 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,9 @@
setup(
name='django-object-actions',
version='0.5.1',
author="The Texas Tribune",
author_email="cchang@texastribune.org",
maintainer="Chris Chang",
maintainer_email='c@crccheck.com',
url="https://github.com/texastribune/django-object-actions",
author="Chris Chang",
author_email='c@crccheck.com',
url="https://github.com/crccheck/django-object-actions",
packages=[
'django_object_actions',
],
Expand Down

0 comments on commit b7528c0

Please sign in to comment.