diff options
author | Davanum Srinivas <dims@linux.vnet.ibm.com> | 2014-06-18 23:10:41 -0400 |
---|---|---|
committer | Davanum Srinivas <dims@linux.vnet.ibm.com> | 2014-06-18 23:12:10 -0400 |
commit | 01bca57862633ca43c8f1c05cef761acd85a7011 (patch) | |
tree | e76937a606c6de550cb45d372438c7578bda46b4 /tox.ini | |
parent | 7b9410e41c0a40f25443bbfe847cfd3585098834 (diff) | |
download | oslo-utils-01bca57862633ca43c8f1c05cef761acd85a7011.tar.gz |
Get the tox tests working
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 4 |
1 files changed, 2 insertions, 2 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,H803 +ignore = E123,E125,H304,H405,H803 builtins = _ -exclude=.venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,build
\ No newline at end of file +exclude=.venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,build,__init__.py |