jenkins-bot has submitted this change and it was merged.

Change subject: run-commit-message-validator: Switch to Python 3
......................................................................


run-commit-message-validator: Switch to Python 3

Change-Id: Id693038f170171c09f5f8157712616a306334c54
---
M bin/run-commit-message-validator
1 file changed, 2 insertions(+), 2 deletions(-)

Approvals:
  Legoktm: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/bin/run-commit-message-validator b/bin/run-commit-message-validator
index 987d455..8d4f546 100755
--- a/bin/run-commit-message-validator
+++ b/bin/run-commit-message-validator
@@ -2,8 +2,8 @@
 
 # Clear any venv from old runs?
 rm -rf venv
-# Requires Python2 for now
-virtualenv -p python2 venv
+# Prefer Python 3
+virtualenv -p python3 venv
 source venv/bin/activate
 # Install, hopefully it'll use a wheel
 pip install commit-message-validator

-- 
To view, visit https://gerrit.wikimedia.org/r/303974
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: Id693038f170171c09f5f8157712616a306334c54
Gerrit-PatchSet: 1
Gerrit-Project: integration/jenkins
Gerrit-Branch: master
Gerrit-Owner: Legoktm <legoktm.wikipe...@gmail.com>
Gerrit-Reviewer: Legoktm <legoktm.wikipe...@gmail.com>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to