commit | b2ca5cad740e56c507664668952d471ecb8ca2f8 | [log] [tgz] |
---|---|---|
author | Monty Taylor <mordred@inaugust.com> | Sun Apr 28 18:00:21 2013 -0700 |
committer | Monty Taylor <mordred@inaugust.com> | Wed May 01 14:04:07 2013 -0400 |
tree | f59e8db371d4da6bfd5c77f13e71fabb6d7f4136 | |
parent | 76ca57c52df2ee4fd1ca59648087cfa8047a9002 [diff] [blame] |
Finish up flake8 conversion. Change-Id: I5034f19d5f9b20ad2b4569455273c730b1efec08
diff --git a/tox.ini b/tox.ini index 85a0d86..4a2f80e 100644 --- a/tox.ini +++ b/tox.ini
@@ -19,4 +19,9 @@ python -m tools/tempest_coverage -c report --html [testenv:pep8] -commands = bash tools/check_source.sh +commands = flake8 + +[flake8] +ignore = E125,H302,H404 +show-source = True +exclude = .git,.venv,.tox,dist,doc,openstack,*egg