File tree Expand file tree Collapse file tree 2 files changed +14
-0
lines changed Expand file tree Collapse file tree 2 files changed +14
-0
lines changed Original file line number Diff line number Diff line change
1
+ Document user level config.
Original file line number Diff line number Diff line change @@ -750,3 +750,16 @@ Pip installer
750
750
If ``true ``, adds ``--pre `` to the ``opts `` passed to :ref: `install_command `. This will cause it to install the
751
751
latest available pre-release of any dependencies without a specified version. If ``false ``, pip will only install
752
752
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
You can’t perform that action at this time.
0 commit comments