From 5018183052ecae9a021b30df781d7adfd717a1a4 Mon Sep 17 00:00:00 2001 From: Juda Kaleta Date: Tue, 30 Jul 2013 23:31:31 +0200 Subject: [PATCH] Add some fancy icons --- .travis.yml | 6 +++++- README.rst | 6 ++++++ 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 9d6791c..c8446da 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,4 +6,8 @@ env: - DJANGO_VERSION=1.5.1 install: - pip install -q Django==$DJANGO_VERSION --use-mirrors -script: python setup.py test + - pip install coveralls --use-mirrors +script: + - coverage run --source=embed_video setup.py test +after_success: + - coveralls diff --git a/README.rst b/README.rst index 281924d..9dc0817 100644 --- a/README.rst +++ b/README.rst @@ -5,6 +5,12 @@ Django app for easy embeding YouTube and Vimeo videos and music from SoundCloud. .. image:: https://travis-ci.org/yetty/django-embed-video.png?branch=master :target: https://travis-ci.org/yetty/django-embed-video +.. image:: https://coveralls.io/repos/yetty/django-embed-video/badge.png?branch=master + :target: https://coveralls.io/r/yetty/django-embed-video?branch=master +.. image:: https://pypip.in/v/django-embed-video/badge.png + :target: https://crate.io/packages/django-embed-video/ +.. image:: https://pypip.in/d/django-embed-video/badge.png + :target: https://crate.io/packages/django-embed-video/ Installation