Skip to content

Commit

Permalink
Update badges
Browse files Browse the repository at this point in the history
  • Loading branch information
marazmiki committed Apr 8, 2015
1 parent b50251d commit f7db9bf
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,19 @@ django-selectel-storage

.. image:: https://badge.fury.io/py/django-selectel-storage.png
:target: http://badge.fury.io/py/django-selectel-storage
:alt:

.. image:: https://travis-ci.org/marazmiki/django-selectel-storage.png?branch=master
:target: https://travis-ci.org/marazmiki/django-selectel-storage
:alt: Travis CI build status

.. image:: https://coveralls.io/repos/marazmiki/django-selectel-storage/badge.png?branch=master
:target: https://coveralls.io/r/marazmiki/django-selectel-storage?branch=master
:alt: Code coverage percentage

.. image:: https://pypip.in/d/django-selectel-storage/badge.png
:target: https://pypi.python.org/pypi/django-selectel-storage
:alt: Latest version on PyPI

.. image:: https://pypip.in/wheel/django-selectel-storage/badge.svg
:target: https://pypi.python.org/pypi/django-selectel-storage/
Expand All @@ -28,7 +32,6 @@ django-selectel-storage




This application allows you easily save media and static files into Selectel cloud storage.

Dependencies
Expand Down
4 changes: 4 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,9 @@ def version():
'Environment :: Web Environment',
'Programming Language :: Python',
'Framework :: Django'
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'Framework :: Django'
],
)

0 comments on commit f7db9bf

Please sign in to comment.