Skip to content

Commit

Permalink
Update contribute.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
juanifioren committed May 16, 2023
1 parent 7a1a474 commit 03d41fa
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/sections/contribute.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@ Use `tox <https://pypi.python.org/pypi/tox>`_ for running tests in each of the e
# Run all tests.
$ tox

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

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

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

Improve Documentation
=====================
Expand Down

0 comments on commit 03d41fa

Please sign in to comment.