John Vandenberg has uploaded a new change for review.
https://gerrit.wikimedia.org/r/243093
Change subject: Use Python 3 for linting
......................................................................
Use Python 3 for linting
Change-Id: I143c854aa132d35c7e2ee0714249208c4f0f355c
---
M tox.ini
1 file changed, 2 insertions(+), 1 deletion(-)
git pull ssh://gerrit.wikimedia.org:29418/integration/jenkins
refs/changes/93/243093/1
diff --git a/tox.ini b/tox.ini
index 197aa74..c165c4a 100644
--- a/tox.ini
+++ b/tox.ini
@@ -2,13 +2,14 @@
# Ensure 1.6+ is used to support 'skipsdist'
minversion = 1.6
skipsdist = True
-envlist = flake8,py27
+envlist = flake8,py27,py34
[testenv]
commands = nosetests {posargs}
deps = -rtest-requirements.txt
[testenv:flake8]
+basepython = python3
commands = flake8
deps = flake8
--
To view, visit https://gerrit.wikimedia.org/r/243093
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I143c854aa132d35c7e2ee0714249208c4f0f355c
Gerrit-PatchSet: 1
Gerrit-Project: integration/jenkins
Gerrit-Branch: master
Gerrit-Owner: John Vandenberg <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits