jenkins-bot has submitted this change and it was merged.
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 (cherry picked from commit 7a35ea98c1d19ff78f6f4ca9edc9e885c65af904) --- M tox.ini 1 file changed, 5 insertions(+), 0 deletions(-)
Approvals: John Vandenberg: Looks good to me, approved JanZerebecki: Looks good to me, but someone else must approve jenkins-bot: Verified
diff --git a/tox.ini b/tox.ini index 6f6b5e6..3c525f1 100644 --- a/tox.ini +++ b/tox.ini @@ -3,6 +3,11 @@ skipsdist = True envlist = flake8,flake83,flake8-docstrings,py26,py27,py34
+[tox: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)