From d447c8a730c604717a7a29c54aa408f4644ca200 Mon Sep 17 00:00:00 2001 From: Ryan P Kilby Date: Fri, 19 Apr 2019 17:48:10 -0700 Subject: [PATCH] Update CI, add PyPI version/license, badges --- README.rst | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/README.rst b/README.rst index ac7f19e..176fc55 100644 --- a/README.rst +++ b/README.rst @@ -1,17 +1,22 @@ Welcome to django-rest-auth =========================== -.. image:: https://travis-ci.org/Tivix/django-rest-auth.svg - :target: https://travis-ci.org/Tivix/django-rest-auth +.. image:: https://circleci.com/gh/Tivix/django-rest-auth.svg?style=shield + :target: https://circleci.com/gh/Tivix/django-rest-auth -.. image:: https://coveralls.io/repos/Tivix/django-rest-auth/badge.svg - :target: https://coveralls.io/r/Tivix/django-rest-auth?branch=master +.. image:: https://codecov.io/gh/Tivix/django-rest-auth/branch/master/graph/badge.svg + :target: https://codecov.io/gh/Tivix/django-rest-auth .. 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