File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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
3232Improve Documentation
3333=====================
You can’t perform that action at this time.
0 commit comments