Skip to:
as requested in http://lists.ovirt.org/pipermail/infra/2014-April/005957.html , we'd like to have a fine-grained pyflakes tests that runs on every patch.
It can do a simple
./autogen --systemPEP8=true make check-local
I think you can close this
?I believe we're running much more comprehensive tests via pep8/pylint no?
is this still an issue? isn't pyflakes already executed by current jobs?
as requested in http://lists.ovirt.org/pipermail/infra/2014-April/005957.html , we'd like to have a fine-grained pyflakes tests that runs on every patch.
It can do a simple
./autogen --system
PEP8=true make check-local