From 033c5107a149169d32a830c7f90a9f3977b6d3b3 Mon Sep 17 00:00:00 2001 From: Andrew Donnellan Date: Fri, 5 Jan 2018 13:33:01 +1100 Subject: [PATCH] docs/development: Fix tox invocation for listing targets Signed-off-by: Andrew Donnellan Reviewed-by: Daniel Axtens Reviewed-by: Stephen Finucane --- docs/development/contributing.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/development/contributing.rst b/docs/development/contributing.rst index 0cab79e5..8988c9ff 100644 --- a/docs/development/contributing.rst +++ b/docs/development/contributing.rst @@ -45,7 +45,7 @@ to do. To start, you can show the default targets like so: .. code-block:: shell - $ tox --list + $ tox -l You'll see that this includes a number of targets to run unit tests against the different versions of Django supported, along with some other targets related -- 2.47.3