From: Andrew Donnellan Date: Fri, 5 Jan 2018 02:33:01 +0000 (+1100) Subject: docs/development: Fix tox invocation for listing targets X-Git-Tag: v2.1.0-rc1~86 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=033c5107a149169d32a830c7f90a9f3977b6d3b3;p=thirdparty%2Fpatchwork.git docs/development: Fix tox invocation for listing targets Signed-off-by: Andrew Donnellan Reviewed-by: Daniel Axtens Reviewed-by: Stephen Finucane --- 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