Skip to content

Commit

Permalink
Merge pull request rapidsms#463 from rapidsms/repo-housekeeping
Browse files Browse the repository at this point in the history
Repo Housekeeping
  • Loading branch information
vkurup committed Jul 10, 2015
2 parents aa6de8b + ab467ac commit 66f2dcb
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 10 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
language: python
sudo: false
python:
- "2.7"
env:
Expand Down
12 changes: 11 additions & 1 deletion AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,15 @@ View contributors who have signed CLAs:
http://spreadsheets.google.com/pub?key=tbOxXy55z6RcrX5pTJPUlBg&output=html


Below is a list of code contributors (as of 1 March 2013), outputted by
Below is a list of code contributors (as of 10 July 2015), outputted by
$ git log --format=format:"%an <%aE>" | sort | uniq


adammck <[email protected]>
Adam Mckaig <[email protected]>
Adam Mckaig <[email protected]>
Alexander Lemann <[email protected]>
Alexander Lemann <[email protected]>
Caleb Smith <[email protected]>
Colin Copeland <[email protected]>
Cory Zue <[email protected]>
Expand All @@ -39,17 +40,23 @@ Evan Wheeler <[email protected]>
ewheeler <[email protected]>
Jeffrey Wishnie <[email protected]>
Jeff Wishnie <[email protected]>
Joschka Thurner <[email protected]>
jthurner <[email protected]>
Kenneth Matovu <[email protected]>
Kevin Ndung'u <[email protected]>
Mark E Johnston <[email protected]>
Meredith Finkelstein <[email protected]>
Meredith <meredith@system76-netbook.(none)>
Mike Edwards <[email protected]>
Mugisha Moses <[email protected]>
Nchimunya Hamakando <[email protected]>
Nic Pottier <[email protected]>
Oladipo Odumosu <[email protected]>
RapidSMS <rapidsms@rapidsms-desktop.(none)>
RapidSMS <[email protected]>
Rebecca Lovewell <[email protected]>
Rebecca <[email protected]>
Remco Wendt <[email protected]>
rgaudin <[email protected]>
root <root@rapidsms-desktop.(none)>
root <root@rowena-vm.(none)>
Expand All @@ -66,6 +73,7 @@ soloz <[email protected]>
takinbo <[email protected]>
thebenedict <[email protected]>
Tim Akinbo <[email protected]>
Tim Akinbo <[email protected]>
Tobias McNulty <[email protected]>
tsinkala <[email protected]>
unknown <Cory Zue@.(none)>
Expand All @@ -75,3 +83,5 @@ U-rotop\rowena <rowena@rotop.(none)>
U-rotop\Rowena <Rowena@rotop.(none)>
Victor Miclovich Amooti <[email protected]>
Victor Miclovich <[email protected]>
Vinod Kurup <[email protected]>
wilson choi <[email protected]>
11 changes: 7 additions & 4 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,19 @@ reporting interface. It was created by the Innovation Team at `UNICEF`_, and is
under development by `the RapidSMS Team`_.

.. image::
https://secure.travis-ci.org/rapidsms/rapidsms.png?branch=develop
:alt: Build Status
:target: http://travis-ci.org/rapidsms/rapidsms

https://secure.travis-ci.org/rapidsms/rapidsms.png?branch=develop
:alt: Build Status
:target: http://travis-ci.org/rapidsms/rapidsms

.. image::
https://coveralls.io/repos/rapidsms/rapidsms/badge.png?branch=develop
:alt: Coverage Status
:target: https://coveralls.io/r/rapidsms/rapidsms?branch=develop

.. image::
https://readthedocs.org/projects/rapidsms/badge
:alt: Documentation
:target: http://rapidsms.readthedocs.org/

.. _Django: http://djangoproject.com
.. _UNICEF: http://unicef.org
Expand Down
4 changes: 0 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,6 @@ def read_file(filename):
"django-selectable>=0.7.0",
],

test_requires=[
"mock>=1.0.1",
],

packages=find_packages(exclude=['*.pyc']),
include_package_data=True,

Expand Down
2 changes: 1 addition & 1 deletion tests/requirements/dev.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
celery>=3.1
djtables>=0.1.2
mock>=1.0.1
mock==1.0.1

0 comments on commit 66f2dcb

Please sign in to comment.