Yaniv Bronhaim has uploaded a new change for review. Change subject: Adding to make a print of pep8 and pyflakes versions ......................................................................
Adding to make a print of pep8 and pyflakes versions Change-Id: I59214cee459f63bddb5e516db01c16c4abe934e3 Signed-off-by: Yaniv Bronhaim <[email protected]> --- M Makefile.am 1 file changed, 1 insertion(+), 0 deletions(-) git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/29/16429/1 diff --git a/Makefile.am b/Makefile.am index ec8f914..beea7ba 100644 --- a/Makefile.am +++ b/Makefile.am @@ -78,6 +78,7 @@ 'lv' from line .*" check-local: + echo 'checking style: pep8 version' `pep8 --version` 'pyflakes version' `pyflakes --version` find . -path './.git' -prune -type f -o \ -name '*.py' -o -name '*.py.in' | xargs $(PYFLAKES) | \ grep -w -v $(SKIP_PYFLAKES_ERR) | \ -- To view, visit http://gerrit.ovirt.org/16429 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I59214cee459f63bddb5e516db01c16c4abe934e3 Gerrit-PatchSet: 1 Gerrit-Project: vdsm Gerrit-Branch: master Gerrit-Owner: Yaniv Bronhaim <[email protected]> _______________________________________________ vdsm-patches mailing list [email protected] https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches
