Legoktm has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/340279 )

Change subject: tox: Add flake8-bin3 env to lint scripts that don't end in .py
......................................................................

tox: Add flake8-bin3 env to lint scripts that don't end in .py

Change-Id: I4e7a3b46cc22b6316f23c1eb3b44d9c20d791ae5
---
M tox.ini
1 file changed, 6 insertions(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/integration/jenkins 
refs/changes/79/340279/1

diff --git a/tox.ini b/tox.ini
index 43ede28..a7241d4 100644
--- a/tox.ini
+++ b/tox.ini
@@ -2,7 +2,7 @@
 # Ensure 1.6+ is used to support 'skipsdist'
 minversion = 1.6
 skipsdist = True
-envlist = flake8,flake8-py3,py27
+envlist = flake8,flake8-py3,flake8-bin3,py27
 
 [testenv]
 commands = nosetests {posargs}
@@ -17,6 +17,11 @@
 commands = flake8
 deps = flake8
 
+[testenv:flake8-bin3]
+basepython = python3
+commands = flake8 bin/git-changed-in-head
+deps = flake8
+
 [flake8]
 # Exclude submodules
 exclude = .tox,tools/bundler,tools/junitdiff,tools/mwcodeutils

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I4e7a3b46cc22b6316f23c1eb3b44d9c20d791ae5
Gerrit-PatchSet: 1
Gerrit-Project: integration/jenkins
Gerrit-Branch: master
Gerrit-Owner: Legoktm <lego...@member.fsf.org>

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

Reply via email to