Skip to content

Commit 03d41fa

Browse files
authored
Update contribute.rst
1 parent 7a1a474 commit 03d41fa

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/sections/contribute.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@ Use `tox <https://pypi.python.org/pypi/tox>`_ for running tests in each of the e
2121
# Run all tests.
2222
$ tox
2323

24-
# Run with Python 3.5 and Django 2.0.
25-
$ tox -e py35-django20
24+
# Run with Python 3.11 and Django 4.2.
25+
$ tox -e py311-django42
2626

2727
# Run single test file on specific environment.
28-
$ tox -e py35-django20 tests/cases/test_authorize_endpoint.py
28+
$ tox -e py311-django42 tests/cases/test_authorize_endpoint.py
2929

30-
We also use `travis <https://travis-ci.org/juanifioren/django-oidc-provider/>`_ to automatically test every commit to the project.
30+
We use `Github Actions <https://github.com/juanifioren/django-oidc-provider/actions>`_ to automatically test every commit to the project.
3131

3232
Improve Documentation
3333
=====================

0 commit comments

Comments
 (0)