preilly has submitted this change and it was merged. Change subject: tox.ini file ......................................................................
tox.ini file tox is a nice python utility to run tests, it let you define isolated environnement which run specific list of commands. This patches defines the pep8 and pyflakes env which are both linting tools. To run then run: tox -v -epep8 tox -v -epyflakes Or simply: tox You will need the python-tox packages to be installed or get it from pip. Change-Id: Ief41419a7aa6fd4d69808b097f1e6b3a0f1d4b37 --- M MANIFEST.in A tox.ini 2 files changed, 11 insertions(+), 0 deletions(-) Approvals: Rfaulk: Looks good to me, but someone else must approve preilly: Verified; Looks good to me, approved jenkins-bot: Checked -- To view, visit https://gerrit.wikimedia.org/r/46463 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: Ief41419a7aa6fd4d69808b097f1e6b3a0f1d4b37 Gerrit-PatchSet: 1 Gerrit-Project: sartoris Gerrit-Branch: master Gerrit-Owner: Hashar <[email protected]> Gerrit-Reviewer: Rfaulk <[email protected]> Gerrit-Reviewer: Ryan Lane <[email protected]> Gerrit-Reviewer: jenkins-bot Gerrit-Reviewer: preilly <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
