From 4c071815b6fb3ee0d8132b7f265593dc0aff37b1 Mon Sep 17 00:00:00 2001 From: Tasos Katsoulas Date: Mon, 11 Mar 2024 16:13:28 +0200 Subject: [PATCH] Small updates in README --- README.rst | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/README.rst b/README.rst index 8cf44f72..3c17168a 100644 --- a/README.rst +++ b/README.rst @@ -5,14 +5,11 @@ mozilla-django-oidc .. image:: https://badge.fury.io/py/mozilla-django-oidc.svg :target: https://badge.fury.io/py/mozilla-django-oidc -.. image:: https://travis-ci.org/mozilla/mozilla-django-oidc.svg?branch=master - :target: https://travis-ci.org/mozilla/mozilla-django-oidc - -.. image:: https://codecov.io/gh/mozilla/mozilla-django-oidc/branch/master/graph/badge.svg +.. image:: https://codecov.io/gh/mozilla/mozilla-django-oidc/branch/main/graph/badge.svg :target: https://codecov.io/gh/mozilla/mozilla-django-oidc -.. image:: https://circleci.com/gh/mozilla/mozilla-django-oidc/tree/master.svg?style=svg - :target: https://circleci.com/gh/mozilla/mozilla-django-oidc/tree/master +.. image:: https://circleci.com/gh/mozilla/mozilla-django-oidc/tree/main.svg?style=svg + :target: https://circleci.com/gh/mozilla/mozilla-django-oidc/tree/main A lightweight authentication and access management library for integration with OpenID Connect enabled authentication services. @@ -58,7 +55,7 @@ Django of your choice. Here is such an example: .. code-block:: shell - $ virtualenv -p /path/to/bin/python3.7 venv + $ virtualenv -p /path/to/bin/python3.8 venv $ source venv (venv) $ pip install -r requirements/requirements_dev.txt (venv) $ DJANGO_SETTINGS_MODULE=tests.settings django-admin test