From: Stephen Finucane Date: Tue, 19 Jul 2022 15:30:02 +0000 (+0100) Subject: docs: Update sample tox environment X-Git-Tag: v3.2.0~134 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=668371ea0e848ab4c475306fcc259000d9dbf17c;p=thirdparty%2Fpatchwork.git docs: Update sample tox environment There's no py27-django18 environment anymore. Signed-off-by: Stephen Finucane --- 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