From 5d5f1f8280c14028fd6a98e18fea89b422d16d0b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Gmach?= Date: Tue, 20 Jul 2021 13:24:27 +0200 Subject: [PATCH] improve documentation for `install_command` This fixes #2081. --- docs/changelog/2081.doc.rst | 1 + docs/config.rst | 6 ++++++ 2 files changed, 7 insertions(+) create mode 100644 docs/changelog/2081.doc.rst diff --git a/docs/changelog/2081.doc.rst b/docs/changelog/2081.doc.rst new file mode 100644 index 0000000000..5ad8762fda --- /dev/null +++ b/docs/changelog/2081.doc.rst @@ -0,0 +1 @@ +The documentation of ``install_command`` now also mentions bash scripts - by :user:`jugmac00` diff --git a/docs/config.rst b/docs/config.rst index c0158c27bc..3c532fcc0d 100644 --- a/docs/config.rst +++ b/docs/config.rst @@ -306,6 +306,12 @@ Complete list of settings that you can put into ``testenv*`` sections: such as ``--pre`` (configured as ``pip_pre``) and potentially index-options from the deprecated :conf:`indexserver` option. + .. note:: + + You can also provide a bash script to the ``install_command``. + Please note, that the script must be executable, + and that this could mean that running `tox` is no longer platform independent. + .. conf:: list_dependencies_command ^ ARGV ^ python -m pip freeze .. versionadded:: 2.4