jenkins-bot has submitted this change and it was merged.
Change subject: Use released findx 0.9.9 ......................................................................
Use released findx 0.9.9
Bug: T137628 Change-Id: I40158d4132689eeb909d990a64ff106f40e44810 --- M tox.ini 1 file changed, 4 insertions(+), 4 deletions(-)
Approvals: John Vandenberg: Looks good to me, but someone else must approve Xqt: Looks good to me, approved jenkins-bot: Verified
diff --git a/tox.ini b/tox.ini index bc027d7..98efc69 100644 --- a/tox.ini +++ b/tox.ini @@ -25,24 +25,24 @@ deps = unittest2
[testenv:pyflakes-py26] -commands = ffind --ignore-vcs . '(?<!user-config).py$' --module=pyflakes +commands = findx . -name '*.py' -a '!' -path '*/.*' -a '!' -name 'user-config.py' : pyflakes basepython = python2.6 deps = pyflakes - ffind>=1.0.2 + findx >= 0.9.9
[testenv:pyflakes-py3] commands = findx . -name '*.py' -a '!' -path '*/.*' -a '!' -name 'user-config.py' : pyflakes basepython = python3 deps = - git+https://github.com/jayvdb/findx@exit_code + findx >= 0.9.9 pyflakes
[testenv:pyflakes-pypy] commands = findx . -name '*.py' -a '!' -path '*/.*' -a '!' -name 'user-config.py' : pyflakes basepython = pypy deps = - git+https://github.com/jayvdb/findx@exit_code + findx >= 0.9.9 pyflakes
[testenv:flake8]
pywikibot-commits@lists.wikimedia.org