]> git.ipfire.org Git - thirdparty/patchwork.git/commitdiff
docs: Update sample tox environment
authorStephen Finucane <stephen@that.guru>
Tue, 19 Jul 2022 15:30:02 +0000 (16:30 +0100)
committerStephen Finucane <stephen@that.guru>
Tue, 19 Jul 2022 15:30:02 +0000 (16:30 +0100)
There's no py27-django18 environment anymore.

Signed-off-by: Stephen Finucane <stephen@that.guru>
docs/development/contributing.rst

index 50171608cc8edc55ff75b1aae6d0997fb1d94f02..16b3740d6dad8866351b83f502dba28578514c98 100644 (file)
@@ -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