Update CI, add PyPI version/license, badges

This commit is contained in:
Ryan P Kilby 2019-04-19 17:48:10 -07:00
parent 33d7b5744b
commit d447c8a730

View File

@ -1,17 +1,22 @@
Welcome to django-rest-auth Welcome to django-rest-auth
=========================== ===========================
.. image:: https://travis-ci.org/Tivix/django-rest-auth.svg .. image:: https://circleci.com/gh/Tivix/django-rest-auth.svg?style=shield
:target: https://travis-ci.org/Tivix/django-rest-auth :target: https://circleci.com/gh/Tivix/django-rest-auth
.. image:: https://coveralls.io/repos/Tivix/django-rest-auth/badge.svg .. image:: https://codecov.io/gh/Tivix/django-rest-auth/branch/master/graph/badge.svg
:target: https://coveralls.io/r/Tivix/django-rest-auth?branch=master :target: https://codecov.io/gh/Tivix/django-rest-auth
.. image:: https://readthedocs.org/projects/django-rest-auth/badge/?version=latest .. image:: https://readthedocs.org/projects/django-rest-auth/badge/?version=latest
:target: https://readthedocs.org/projects/django-rest-auth/?badge=latest :target: https://readthedocs.org/projects/django-rest-auth/?badge=latest
.. image:: https://img.shields.io/pypi/v/django-rest-auth.svg
:target: https://pypi.python.org/pypi/django-rest-auth
.. image:: https://img.shields.io/pypi/l/django-rest-auth.svg
:target: https://pypi.python.org/pypi/django-rest-auth
Django-rest-auth provides a set of REST API endpoints for Authentication and Registration Django-rest-auth provides a set of REST API endpoints for Authentication and Registration