@@ -5,11 +5,11 @@ mozilla-django-oidc
55.. image :: https://badge.fury.io/py/mozilla-django-oidc.svg
66 :target: https://badge.fury.io/py/mozilla-django-oidc
77
8- .. image :: https://codecov.io/gh/mozilla/mozilla-django-oidc/branch/main/ graph/badge.svg
8+ .. image :: https://codecov.io/gh/mozilla/mozilla-django-oidc/graph/badge.svg
99 :target: https://codecov.io/gh/mozilla/mozilla-django-oidc
1010
11- .. image :: https://circleci .com/gh/ mozilla/mozilla-django-oidc/tree/main.svg?style= svg
12- :target: https://circleci .com/gh/ mozilla/mozilla-django-oidc/tree/main
11+ .. image :: https://github .com/mozilla/mozilla-django-oidc/actions/workflows/ci.yml/badge. svg
12+ :target: https://github .com/mozilla/mozilla-django-oidc/actions/workflows/ci.yml
1313
1414A lightweight authentication and access management library for integration with OpenID Connect enabled authentication services.
1515
@@ -46,7 +46,7 @@ Once installed, simply execute in the project root directory.
4646
4747 ``tox `` will do the equivalent of installing virtual environments for every
4848combination mentioned in the ``tox.ini `` file. If your system, for example,
49- doesn't have ``python3.4 `` those ``tox `` tests will be skipped.
49+ doesn't have ``python3.9 `` those ``tox `` tests will be skipped.
5050
5151For a faster test-rinse-repeat cycle you can run tests in a specific
5252environment with a specific version of Python and specific version of
@@ -55,7 +55,7 @@ Django of your choice. Here is such an example:
5555
5656.. code-block :: shell
5757
58- $ virtualenv -p /path/to/bin/python3.8 venv
58+ $ virtualenv -p /path/to/bin/python3.9 venv
5959 $ source venv
6060 (venv) $ pip install -r requirements/requirements_dev.txt
6161 (venv) $ DJANGO_SETTINGS_MODULE=tests.settings django-admin test
@@ -182,7 +182,7 @@ Here are the steps you need to follow in order to push a new release:
182182
183183 git push origin 0.1.1
184184
185- The release is pushed automatically to PyPI using a travis deployment hook on every new tag.
185+ The release is pushed automatically to PyPI using automation on every new tag.
186186
187187
188188License
@@ -199,5 +199,5 @@ Tools used in rendering this package:
199199* Cookiecutter _
200200* `cookiecutter-djangopackage `_
201201
202- .. _Cookiecutter : https://github.com/audreyr /cookiecutter
202+ .. _Cookiecutter : https://github.com/cookiecutter /cookiecutter
203203.. _`cookiecutter-djangopackage` : https://github.com/pydanny/cookiecutter-djangopackage
0 commit comments