Skip to content

Commit

Permalink
Update contribute.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
juanifioren committed Dec 15, 2023
1 parent b2a22e1 commit 90b9f54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/sections/contribute.rst
Expand Up @@ -25,7 +25,7 @@ Use `tox <https://pypi.python.org/pypi/tox>`_ for running tests in each of the e
$ tox -e py311-django42

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

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

Expand Down

0 comments on commit 90b9f54

Please sign in to comment.