From 2f1795c9739d3b44f35f19c2c40208f89719672f Mon Sep 17 00:00:00 2001 From: Doug Hellmann Date: Wed, 29 Aug 2018 08:55:10 -0400 Subject: [PATCH] fix commit message when adding python 3.5 jobs Change-Id: Ifaf0485661371359503f7007365da98eadb5b14e Signed-off-by: Doug Hellmann --- tools/python3-first/add_py35_job.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/python3-first/add_py35_job.sh b/tools/python3-first/add_py35_job.sh index 126e4f0..1030ab1 100755 --- a/tools/python3-first/add_py35_job.sh +++ b/tools/python3-first/add_py35_job.sh @@ -31,10 +31,10 @@ fi enable_tox -commit_message="add python 3.6 unit test job +commit_message="add python 3.5 unit test job This is a mechanically generated patch to add a unit test job running -under Python 3.6 as part of the python3-first goal. +under Python 3.5 as part of the python3-first goal. See the python3-first goal document for details: https://governance.openstack.org/tc/goals/stein/python3-first.html