File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change
1
+ The documentation of ``install_command `` now also mentions that you can provide arbitrary commands - by :user: `jugmac00 `
Original file line number Diff line number Diff line change @@ -306,6 +306,13 @@ Complete list of settings that you can put into ``testenv*`` sections:
306
306
such as ``--pre `` (configured as ``pip_pre ``) and potentially index-options from the
307
307
deprecated :conf: `indexserver ` option.
308
308
309
+ .. note ::
310
+
311
+ You can also provide arbitrary commands to the ``install_command ``. Please take care that these commands can be
312
+ executed on the supported operating systems. When executing shell scripts we recommend to not specify the script
313
+ directly but instead pass it to the appropriate shell as argument (e.g. prefer ``bash script.sh `` over
314
+ ``script.sh ``).
315
+
309
316
.. conf :: list_dependencies_command ^ ARGV ^ python -m pip freeze
310
317
311
318
.. versionadded :: 2.4
You can’t perform that action at this time.
0 commit comments