Skip to content

Commit 0d1aa53

Browse files
committed
Docs: Update versions in testing instructions
1 parent 5987e83 commit 0d1aa53

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/contributing.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ To run the tests locally, use :pypi:`tox`:
8080
$ python -m pip install -r requirements-dev.txt
8181
8282
## test a representative combination of Python and Django versions:
83-
$ tox -e lint,django42-py311-all,django30-py37-all,docs
83+
$ tox -e lint,django51-py312-all,django40-py38-all,docs
8484
8585
## you can also run just some test cases, e.g.:
8686
$ tox -e django42-py311-all tests.test_mailgun_backend tests.test_utils
@@ -96,7 +96,7 @@ the tests in your current Python environment:
9696

9797
.. code-block:: console
9898
99-
## install the testing requirements (if any):
99+
## install the testing requirements:
100100
$ python -m pip install -r tests/requirements.txt
101101
102102
## run the tests:

0 commit comments

Comments
 (0)