diff mbox series

docs/development: Fix tox invocation for listing targets

Message ID 20180105023301.26578-1-andrew.donnellan@au1.ibm.com
State Accepted
Headers show
Series docs/development: Fix tox invocation for listing targets | expand

Commit Message

Andrew Donnellan Jan. 5, 2018, 2:33 a.m. UTC
Signed-off-by: Andrew Donnellan <andrew.donnellan@au1.ibm.com>
---
 docs/development/contributing.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Daniel Axtens Jan. 7, 2018, 11:40 p.m. UTC | #1
Andrew Donnellan <andrew.donnellan@au1.ibm.com> writes:

> Signed-off-by: Andrew Donnellan <andrew.donnellan@au1.ibm.com>
> ---
>  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 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

Reviewed-by: Daniel Axtens <dja@axtens.net>

It turns out what we wanted was --listenvs, not list.

Regards,
Daniel

>  
>  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.11.0
>
> _______________________________________________
> Patchwork mailing list
> Patchwork@lists.ozlabs.org
> https://lists.ozlabs.org/listinfo/patchwork
Stephen Finucane Jan. 9, 2018, 11:52 p.m. UTC | #2
On Fri, 2018-01-05 at 13:33 +1100, Andrew Donnellan wrote:
> Signed-off-by: Andrew Donnellan <andrew.donnellan@au1.ibm.com>

Whoops.

Reviewed-by: Stephen Finucane <stephen@that.guru>
diff mbox series

Patch

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