Skip to content

Commit 8282e9e

Browse files
committed
Clearly state that install_command only takes one command
fixes #2433
1 parent 5a97802 commit 8282e9e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

docs/changelog/2433.doc.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Clarify that ``install_command`` only takes one command - by :user:`jugmac00`

docs/config.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@ Complete list of settings that you can put into ``testenv*`` sections:
310310

311311
.. note::
312312

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
314314
executed on the supported operating systems. When executing shell scripts we recommend to not specify the script
315315
directly but instead pass it to the appropriate shell as argument (e.g. prefer ``bash script.sh`` over
316316
``script.sh``).

0 commit comments

Comments
 (0)