From 668371ea0e848ab4c475306fcc259000d9dbf17c Mon Sep 17 00:00:00 2001 From: Stephen Finucane Date: Tue, 19 Jul 2022 16:30:02 +0100 Subject: [PATCH] docs: Update sample tox environment There's no py27-django18 environment anymore. Signed-off-by: Stephen Finucane --- docs/development/contributing.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/development/contributing.rst b/docs/development/contributing.rst index 50171608..16b3740d 100644 --- a/docs/development/contributing.rst +++ b/docs/development/contributing.rst @@ -84,7 +84,7 @@ parameter: .. code-block:: shell - $ tox -e py27-django18 + $ tox -e py310-django40 In the case of the unit tests targets, you can also run specific tests by passing the fully qualified test name as an additional argument to this @@ -92,7 +92,7 @@ command: .. code-block:: shell - $ tox -e py27-django18 patchwork.tests.SubjectCleanUpTest + $ tox -e py310-django40 patchwork.tests.SubjectCleanUpTest Because Patchwork support multiple versions of Django, it's very important that you test against all supported versions. When run without argument, tox will do -- 2.47.3