diff options
author | gordon chung <gord@live.ca> | 2014-07-22 11:02:16 -0400 |
---|---|---|
committer | gordon chung <gord@live.ca> | 2014-07-22 11:02:16 -0400 |
commit | 29054411b04b8e595856da4d4be5a62de91960b5 (patch) | |
tree | 2e07a1b239982fc8589071d950262d9fb7b6ba6e /tox.ini | |
parent | 94bcef414b07e059e92c58c08f834103379c9f15 (diff) | |
download | oslo-middleware-29054411b04b8e595856da4d4be5a62de91960b5.tar.gz |
fix pep8 issues
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -30,6 +30,8 @@ commands = python setup.py testr --coverage --testr-args='{posargs}' # E123, E125 skipped as they are invalid PEP-8. show-source = True -ignore = E123,E125,H803 -builtins = _ +ignore = E123,E125,H305,H803,H904 exclude=.venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,build + +[hacking] +import_exceptions = oslo.middleware.i18n |