mirror of
https://github.com/Hopiu/django-embed-video.git
synced 2026-03-16 21:30:23 +00:00
Add some fancy icons
This commit is contained in:
parent
44889e882d
commit
5018183052
2 changed files with 11 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue