jenkins-bot has submitted this change and it was merged. ( https://gerrit.wikimedia.org/r/566405 )
Change subject: build: Make sure commit-message-validator runs under Python 3 ......................................................................
build: Make sure commit-message-validator runs under Python 3
Should be identical output.
Change-Id: I286d77815fa09d802a3ecf07e8216bfd5f7f2842 --- M tox.ini 1 file changed, 1 insertion(+), 0 deletions(-)
Approvals: Xqt: Looks good to me, approved jenkins-bot: Verified
diff --git a/tox.ini b/tox.ini index eee632d..15f9ca7 100644 --- a/tox.ini +++ b/tox.ini @@ -46,6 +46,7 @@ fasttest-py35: six
[testenv:commit-message] +basepython = python3 deps = commit-message-validator commands = commit-message-validator
pywikibot-commits@lists.wikimedia.org