File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -82,6 +82,8 @@ Global settings are defined under the ``tox`` section as:
82
82
83
83
.. conf :: temp_dir ^ PATH ^ {toxworkdir}/.tmp
84
84
85
+ .. versionadded :: 3.5.0
86
+
85
87
Directory where to put tox temporary files. For example: we create a hard link (if possible,
86
88
otherwise new copy) in this directory for the project package. This ensures tox works correctly
87
89
when having parallel runs (as each session will have its own copy of the project package - e.g.
@@ -704,6 +706,11 @@ Globally available substitutions
704
706
the directory where virtual environments are created and sub directories
705
707
for packaging reside.
706
708
709
+ ``{temp_dir} ``
710
+ the directory where tox temporary files live.
711
+
712
+ .. versionadded :: 3.16.1
713
+
707
714
``{homedir} ``
708
715
the user-home directory path.
709
716
You can’t perform that action at this time.
0 commit comments