Local test docs: correct tox shell command usage (#49350)

The ansible-test shell command doesn't have a --python option; you
have to specify the tox environment directly to the --tox command

Partially fixes: #49349
pull/49378/head
Ian Wienand 6 years ago committed by Alicia Cozine
parent 378cc9668c
commit 44c734e624

@ -57,7 +57,7 @@ Interactive Shell
Use the ``ansible-test shell`` command to get an interactive shell in the same environment used to run tests. Examples:
* ``ansible-test shell --docker`` - Open a shell in the default docker container.
* ``ansible-test shell --tox --python 3.6`` - Open a shell in the Python 3.6 ``tox`` environment.
* ``ansible-test shell --tox 3.6`` - Open a shell in the Python 3.6 ``tox`` environment.
Code Coverage

Loading…
Cancel
Save