diff options
Diffstat (limited to 'docs/development')
-rw-r--r-- | docs/development/contributing.rst | 2 |
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 |