JanZerebecki has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/245582

Change subject: Add tox default envs for WM Jenkins
......................................................................

Add tox default envs for WM Jenkins

For those that can be run in isolated Debian Jessie VMs and don't need special
jobs.

Bug: T87169
Change-Id: I7af6c732769650319f0bd08eeffd57f59885a28f
---
M tox.ini
1 file changed, 5 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/pywikibot/core 
refs/changes/82/245582/1

diff --git a/tox.ini b/tox.ini
index 339afde..be01bf8 100644
--- a/tox.ini
+++ b/tox.ini
@@ -3,6 +3,11 @@
 skipsdist = True
 envlist = flake8,flake8-py3,flake8-docstrings-mandatory,py26,py27,py34
 
+[testenv:jenkins]
+# Override default for WM Jenkins
+# Others are run in their own individual jobs on WM Jenkins
+envlist = flake8,flake8-py3,flake8-docstrings-mandatory
+
 [params]
 nose_skip = --ignore-files=(gui\.py|botirc\.py|rcstream\.py)
 flake8_ignore = D102,D103,{[flake8]ignore}

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I7af6c732769650319f0bd08eeffd57f59885a28f
Gerrit-PatchSet: 1
Gerrit-Project: pywikibot/core
Gerrit-Branch: master
Gerrit-Owner: JanZerebecki <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to