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

Change subject: Add flake8 check to tox
......................................................................

Add flake8 check to tox

Change-Id: I3c816c95187408a933241193e7c01e299176eccb
---
M tox.ini
1 file changed, 14 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/switchdc 
refs/changes/02/343002/1

diff --git a/tox.ini b/tox.ini
index f4d0f4c..66295cd 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,3 +1,17 @@
+[tox]
+minversion = 1.6
+skipsdist = True
+envlist = flake8
+
+[testenv:venv]
+commands = {posargs}
+
+[testenv:flake8]
+usedevelop = True
+basepython = python2.7
+commands = flake8 switchdc/
+deps = flake8
+
 [flake8]
 max-line-length=120
 statistics = True

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I3c816c95187408a933241193e7c01e299176eccb
Gerrit-PatchSet: 1
Gerrit-Project: operations/switchdc
Gerrit-Branch: master
Gerrit-Owner: Volans <rcocci...@wikimedia.org>

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

Reply via email to