File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change
1
+ Clarify that ``install_command `` only takes one command - by :user: `jugmac00 `
Original file line number Diff line number Diff line change @@ -310,7 +310,7 @@ Complete list of settings that you can put into ``testenv*`` sections:
310
310
311
311
.. note ::
312
312
313
- You can also provide arbitrary commands to the ``install_command ``. Please take care that these commands can be
313
+ You can also provide a single arbitrary command to the ``install_command ``. Please take care that this command can be
314
314
executed on the supported operating systems. When executing shell scripts we recommend to not specify the script
315
315
directly but instead pass it to the appropriate shell as argument (e.g. prefer ``bash script.sh `` over
316
316
``script.sh ``).
You can’t perform that action at this time.
0 commit comments