We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
install_command
1 parent 5a97802 commit 4f0075eCopy full SHA for 4f0075e
docs/config.rst
@@ -310,7 +310,7 @@ Complete list of settings that you can put into ``testenv*`` sections:
310
311
.. note::
312
313
- 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
314
executed on the supported operating systems. When executing shell scripts we recommend to not specify the script
315
directly but instead pass it to the appropriate shell as argument (e.g. prefer ``bash script.sh`` over
316
``script.sh``).
0 commit comments