Add some fancy icons

This commit is contained in:
Juda Kaleta 2013-07-30 23:31:31 +02:00
parent 44889e882d
commit 5018183052
2 changed files with 11 additions and 1 deletions

View file

@ -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

View file

@ -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