summaryrefslogtreecommitdiff
path: root/docs/development
diff options
context:
space:
mode:
authorAndrew Donnellan <andrew.donnellan@au1.ibm.com>2018-01-05 13:33:01 +1100
committerStephen Finucane <stephen@that.guru>2018-01-09 23:51:35 +0000
commit033c5107a149169d32a830c7f90a9f3977b6d3b3 (patch)
treecea478cadf21f5249ab1a8b1e67ad1ae2b1a432f /docs/development
parentb0b6d739bcc77b1cedd0c28460b7546dc6645c90 (diff)
downloadpatchwork-033c5107a149169d32a830c7f90a9f3977b6d3b3.tar
patchwork-033c5107a149169d32a830c7f90a9f3977b6d3b3.tar.gz
docs/development: Fix tox invocation for listing targets
Signed-off-by: Andrew Donnellan <andrew.donnellan@au1.ibm.com> Reviewed-by: Daniel Axtens <dja@axtens.net> Reviewed-by: Stephen Finucane <stephen@that.guru>
Diffstat (limited to 'docs/development')
-rw-r--r--docs/development/contributing.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/development/contributing.rst b/docs/development/contributing.rst
index 0cab79e..8988c9f 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