Skip to content

Commit

Permalink
Add project badges
Browse files Browse the repository at this point in the history
  • Loading branch information
EvaSDK committed Jun 24, 2016
1 parent 4bf75cf commit 4023ecf
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,13 @@ notifications:
install:
- "pip install -r requirements/base.txt --use-mirrors"
- "pip install -r requirements/tests.txt --use-mirrors"
- pip install coveralls
script:
- "cd collectr"
- "python manage.py syncdb --settings=settings_travis --noinput"
- "python manage.py migrate --settings=settings_travis"
- "python manage.py test source --settings=settings_travis collector source userprofile link_tracking semantism webfront"
- "coverage run manage.py test source --settings=settings_travis collector source userprofile link_tracking semantism webfront"
services:
- redis-server
after_success:
- coveralls
12 changes: 12 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
Collectr: collect and browse your links
=======================================

.. image:: https://travis-ci.org/EvaSDK/collectr.svg?branch=master
:target: https://travis-ci.org/EvaSDK/collectr
:alt: Build Status

.. image:: https://coveralls.io/repos/github/EvaSDK/collectr/badge.svg
:target: https://coveralls.io/github/EvaSDK/collectr
:alt: Coverage Status

.. image:: https://www.versioneye.com/user/projects/576bd11acd6d5100372eab2c/badge.svg
:target: https://www.versioneye.com/user/projects/576bd11acd6d5100372eab2c
:alt: Dependency Status

Collectr is a project that aims to collect and asynchronously process your links, to sum them up.

It's a django based project, and nvie/rq is used to process everything asynchronously.
Expand Down

0 comments on commit 4023ecf

Please sign in to comment.