We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4cabe8 commit 7a0971dCopy full SHA for 7a0971d
docs/config.rst
@@ -564,14 +564,31 @@ Base options
564
565
.. tab:: INI
566
567
-
568
.. code-block:: ini
569
570
[testenv]
571
set_env = file|conf{/}local.env
572
TEST_TIMEOUT = 30
573
574
+ The env file path may include previously defined tox variables:
575
+
576
577
+ .. tab:: TOML
578
579
+ .. code-block:: toml
580
581
+ [tool.tox.env_run_base]
582
+ set_env = { file = "{env:variable}" }
583
584
+ .. tab:: INI
585
586
+ .. code-block:: ini
587
588
+ [testenv]
589
+ set_env = file|{env:variable}
590
591
592
.. note::
593
594
Environment files are processed using the following rules:
0 commit comments