Skip to content

Commit

Permalink
Merge pull request #528 from akatsoulas/update-readme
Browse files Browse the repository at this point in the history
Small updates in README
  • Loading branch information
akatsoulas authored Mar 11, 2024
2 parents dab7ed0 + 4c07181 commit b25e675
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down Expand Up @@ -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
Expand Down

0 comments on commit b25e675

Please sign in to comment.