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:
parent
378cc9668c
commit
44c734e624
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue