1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

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
This commit is contained in:
Ian Wienand 2018-12-01 06:16:01 +11:00 committed by Alicia Cozine
parent 378cc9668c
commit 44c734e624

View file

@ -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