Giuseppe Lavagetto has uploaded a new change for review.
https://gerrit.wikimedia.org/r/297557
Change subject: Add tox tests
......................................................................
Add tox tests
Change-Id: I7007fcd066687d7e48857ee0170ccca74bc410c5
---
A tox.ini
1 file changed, 20 insertions(+), 0 deletions(-)
git pull ssh://gerrit.wikimedia.org:29418/operations/software/service-checker
refs/changes/57/297557/1
diff --git a/tox.ini b/tox.ini
new file mode 100644
index 0000000..6605498
--- /dev/null
+++ b/tox.ini
@@ -0,0 +1,20 @@
+[tox]
+minversion = 1.6
+skipsdist = True
+envlist = flake8, py27
+
+[testenv]
+usedevelop = True
+commands = python setup.py test {posargs}
+
+[testenv:venv]
+commands = {posargs}
+
+[testenv:flake8]
+basepython = python2.7
+commands = flake8 {posargs}
+deps = flake8
+
+[flake8]
+# We're in 2016, we don't work on serial terminals anymore
+max-line-length=100
--
To view, visit https://gerrit.wikimedia.org/r/297557
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I7007fcd066687d7e48857ee0170ccca74bc410c5
Gerrit-PatchSet: 1
Gerrit-Project: operations/software/service-checker
Gerrit-Branch: master
Gerrit-Owner: Giuseppe Lavagetto <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits