diff options
author | Davanum Srinivas <dims@linux.vnet.ibm.com> | 2014-06-18 23:14:57 -0400 |
---|---|---|
committer | Davanum Srinivas <dims@linux.vnet.ibm.com> | 2014-06-18 23:14:57 -0400 |
commit | 9711b3d31be588c0ad0d6f40139009f87895b8a5 (patch) | |
tree | 0c22f0b1aa8fbe1e43c5ee61d474a43dd300b8f4 /tox.ini | |
parent | 01bca57862633ca43c8f1c05cef761acd85a7011 (diff) | |
download | oslo-utils-9711b3d31be588c0ad0d6f40139009f87895b8a5.tar.gz |
get pep8 working
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -30,6 +30,6 @@ commands = python setup.py testr --coverage --testr-args='{posargs}' # E123, E125 skipped as they are invalid PEP-8. show-source = True -ignore = E123,E125,H304,H405,H803 +ignore = E123,E125,H302,H304,H405,H803 builtins = _ exclude=.venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,build,__init__.py |