From 82b466aa6838e211c3ff6b542200cf4558e85b43 Mon Sep 17 00:00:00 2001 From: Ian Wienand Date: Mon, 6 Apr 2020 17:04:00 +1000 Subject: [PATCH] ensure-tox: update Python version documentation Change bed3643b28f2b30b7f49895d8e34418077ddb3ee modified the tox_prefer_python2 default to false; update the README.rst. Change-Id: Ie8f9ecbb2da06f1e3a3602a4cc0975ea21c2f822 --- roles/ensure-tox/README.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/roles/ensure-tox/README.rst b/roles/ensure-tox/README.rst index f12d45a08..5dd3d59fb 100644 --- a/roles/ensure-tox/README.rst +++ b/roles/ensure-tox/README.rst @@ -11,7 +11,7 @@ user install directory (i.e., "pip install --user"). Optional path to point tox executable .. zuul:rolevar:: tox_prefer_python2 - :default: ``true`` + :default: ``false`` - If tox is not detected, prefer to install tox inside Python 2 instead of - Python 3. + If tox is not detected, prefer to install tox inside Python 2 + instead of Python 3.