Skip to content

Commit 668371e

Browse files
committed
docs: Update sample tox environment
There's no py27-django18 environment anymore. Signed-off-by: Stephen Finucane <[email protected]>
1 parent 3bd537e commit 668371e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/development/contributing.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,15 +84,15 @@ parameter:
8484

8585
.. code-block:: shell
8686
87-
$ tox -e py27-django18
87+
$ tox -e py310-django40
8888
8989
In the case of the unit tests targets, you can also run specific tests by
9090
passing the fully qualified test name as an additional argument to this
9191
command:
9292

9393
.. code-block:: shell
9494
95-
$ tox -e py27-django18 patchwork.tests.SubjectCleanUpTest
95+
$ tox -e py310-django40 patchwork.tests.SubjectCleanUpTest
9696
9797
Because Patchwork support multiple versions of Django, it's very important that
9898
you test against all supported versions. When run without argument, tox will do

0 commit comments

Comments
 (0)