Skip to content
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.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/changelog/2433.doc.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Clarify that ``install_command`` only takes one command - by :user:`jugmac00`
2 changes: 1 addition & 1 deletion docs/config.rst
Original file line number Diff line number Diff line change
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