Skip to content

Commit

Permalink
improve documentation for install_command
Browse files Browse the repository at this point in the history
This fixes #2081.
  • Loading branch information
jugmac00 committed Jul 20, 2021
1 parent b35565a commit 5d5f1f8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/changelog/2081.doc.rst
@@ -0,0 +1 @@
The documentation of ``install_command`` now also mentions bash scripts - by :user:`jugmac00`
6 changes: 6 additions & 0 deletions docs/config.rst
Expand Up @@ -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
Expand Down

0 comments on commit 5d5f1f8

Please sign in to comment.