We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0303efd commit 576a820Copy full SHA for 576a820
docs/changelog/3156.doc.rst
@@ -0,0 +1 @@
1
+Fix default value for ``base_python`` - by :user:`rpatterson`.
docs/config.rst
@@ -530,7 +530,7 @@ Python options
530
~~~~~~~~~~~~~~
531
.. conf::
532
:keys: base_python, basepython
533
- :default: {package_root}
+ :default: <{env_name} python factor> or <python version of tox>
534
535
Name or path to a Python interpreter which will be used for creating the virtual environment, first one found wins.
536
This determines in practice the Python for what we'll create a virtual isolated environment. Use this to specify the
0 commit comments