Add tox config for running flake8 tests 59/29359/3
authorDaniel Farrell <dfarrell@redhat.com>
Fri, 6 Nov 2015 01:22:40 +0000 (20:22 -0500)
committerGerrit Code Review <gerrit@opendaylight.org>
Thu, 12 Nov 2015 16:55:23 +0000 (16:55 +0000)
commit47f805cca5ecddc2ba9969a58fb7c74a9939e357
tree064f64bac9d67fc81386f2ef592bfe5bd0734ee0
parentdad34d62cec6ed27a57cc2c79ce25537f05f85a5
Add tox config for running flake8 tests

This tox configuration file describes how to run flake8, a Python style
checker, against the repository. This will be used for automated verify
jobs.

The config for flake8 includes a 100 char line limit, which is less
strict than PEP8's original 80 but within the 80-100 updated limit.

https://www.python.org/dev/peps/pep-0008/#maximum-line-length

All other PEP8 checks are kept as-is. Additional flake8 config is
focused on providing helpful log output.

Change-Id: I1bd75203966f3713021e00bc3f5d8e17952e123a
Signed-off-by: Daniel Farrell <dfarrell@redhat.com>
tox.ini [new file with mode: 0644]