Skip to content

Commit e3461c5

Browse files
committed
Update readme tox example
1 parent 1d1810d commit e3461c5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,11 +119,11 @@ Then, run the ``tox`` command, which will run all test jobs.
119119
120120
$ tox
121121
122-
Or, to test just one job (for example Django 2.0 on Python 3.6):
122+
Or, to test just one job (for example Django 5.2 on Python 3.13):
123123

124124
.. code-block:: shell
125125
126-
$ tox -e py36-django20
126+
$ tox -e py313-django52
127127
128128
129129
Release Process

0 commit comments

Comments
 (0)