Skip to content

Commit fc9b36f

Browse files
authored
Fix #2633 - Document user level config (#2736)
1 parent 36ec2c0 commit fc9b36f

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

docs/changelog/2633.doc.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Document user level config.

docs/config.rst

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -750,3 +750,16 @@ Pip installer
750750
If ``true``, adds ``--pre`` to the ``opts`` passed to :ref:`install_command`. This will cause it to install the
751751
latest available pre-release of any dependencies without a specified version. If ``false``, pip will only install
752752
final releases of unpinned dependencies.
753+
754+
User configuration
755+
------------------
756+
757+
tox allows creation of user level config-file to modify default values of the CLI commands.
758+
It is localted in the OS-specific user config directory under ``tox/config.ini`` path, see ``tox --help`` output for exact location.
759+
It can be changed via ``TOX_CONFIG_FILE`` environment variable.
760+
Example configuration:
761+
762+
.. code-block:: ini
763+
764+
[tox]
765+
skip_missing_interpreters = true

0 commit comments

Comments
 (0)