Skip to content

Commit

Permalink
Docs: Update versions in testing instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
medmunds committed Dec 11, 2024
1 parent 5987e83 commit 0d1aa53
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/contributing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ To run the tests locally, use :pypi:`tox`:
$ python -m pip install -r requirements-dev.txt
## test a representative combination of Python and Django versions:
$ tox -e lint,django42-py311-all,django30-py37-all,docs
$ tox -e lint,django51-py312-all,django40-py38-all,docs
## you can also run just some test cases, e.g.:
$ tox -e django42-py311-all tests.test_mailgun_backend tests.test_utils
Expand All @@ -96,7 +96,7 @@ the tests in your current Python environment:

.. code-block:: console
## install the testing requirements (if any):
## install the testing requirements:
$ python -m pip install -r tests/requirements.txt
## run the tests:
Expand Down

0 comments on commit 0d1aa53

Please sign in to comment.