Hashar has uploaded a new change for review. 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(-) git pull ssh://gerrit.wikimedia.org:29418/sartoris refs/changes/63/46463/1 -- To view, visit https://gerrit.wikimedia.org/r/46463 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ief41419a7aa6fd4d69808b097f1e6b3a0f1d4b37 Gerrit-PatchSet: 1 Gerrit-Project: sartoris Gerrit-Branch: master Gerrit-Owner: Hashar <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
