Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clearly state that install_command only takes one command #2509

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/changelog/2433.doc.rst
@@ -0,0 +1 @@
Clarify that ``install_command`` only takes one command - by :user:`jugmac00`
2 changes: 1 addition & 1 deletion docs/config.rst
Expand Up @@ -310,7 +310,7 @@ Complete list of settings that you can put into ``testenv*`` sections:

.. note::

You can also provide arbitrary commands to the ``install_command``. Please take care that these commands can be
You can also provide a single arbitrary command to the ``install_command``. Please take care that this command can be
executed on the supported operating systems. When executing shell scripts we recommend to not specify the script
directly but instead pass it to the appropriate shell as argument (e.g. prefer ``bash script.sh`` over
``script.sh``).
Expand Down