Skip to content

Commit

Permalink
Add some fancy icons
Browse files Browse the repository at this point in the history
  • Loading branch information
yetty committed Jul 30, 2013
1 parent 44889e8 commit 5018183
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
6 changes: 6 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5018183

Please sign in to comment.