jenkins-bot has submitted this change and it was merged.

Change subject: Activate flake8 on Python 3 for pywikibot
......................................................................


Activate flake8 on Python 3 for pywikibot

With 275f313 a separate environment 'flake83' was added which
explicitly tests flake8 on Python 3 (while the current now flake8
explicitly tests on Python 2). In a7004c9 it was renamed to flake8-py3.

Change-Id: I0e88a0b7780791594431f15d5c9f231058ee8bc0
---
M jjb/pywikibot.yaml
M zuul/layout.yaml
2 files changed, 3 insertions(+), 0 deletions(-)

Approvals:
  Hashar: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/jjb/pywikibot.yaml b/jjb/pywikibot.yaml
index 3fe6603..3fe7c23 100644
--- a/jjb/pywikibot.yaml
+++ b/jjb/pywikibot.yaml
@@ -50,6 +50,7 @@
     name: pywikibot-core
     toxenv:
      - flake8
+     - flake8-py3  # must only trigger the '-trusty' version
      - flake8-docstrings
      - flake8-docstrings-mandatory
      - nose
diff --git a/zuul/layout.yaml b/zuul/layout.yaml
index 8085435..e021b48 100644
--- a/zuul/layout.yaml
+++ b/zuul/layout.yaml
@@ -6045,12 +6045,14 @@
       - noop
     test:
       - 'pywikibot-core-tox-flake8'
+      - 'pywikibot-core-tox-flake8-py3-trusty'
       - 'pywikibot-core-tox-flake8-docstrings'
       - 'pywikibot-core-tox-flake8-docstrings-mandatory'
       - 'pywikibot-core-tox-nose'
       - 'pywikibot-core-tox-nose34-trusty'
     gate-and-submit:
       - 'pywikibot-core-tox-flake8'
+      - 'pywikibot-core-tox-flake8-py3-trusty'
       - 'pywikibot-core-tox-flake8-docstrings-mandatory'
       - 'pywikibot-core-tox-nose'
       - 'pywikibot-core-tox-nose34-trusty'

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I0e88a0b7780791594431f15d5c9f231058ee8bc0
Gerrit-PatchSet: 3
Gerrit-Project: integration/config
Gerrit-Branch: master
Gerrit-Owner: XZise <commodorefabia...@gmx.de>
Gerrit-Reviewer: Hashar <has...@free.fr>
Gerrit-Reviewer: Legoktm <legoktm.wikipe...@gmail.com>
Gerrit-Reviewer: XZise <commodorefabia...@gmx.de>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to