Merge "Bump hacking to 0.9.x series"

This commit is contained in:
Jenkins 2014-06-17 10:30:42 +00:00 committed by Gerrit Code Review
commit f44c49d3c3
2 changed files with 4 additions and 2 deletions

View File

@ -1,4 +1,4 @@
hacking>=0.8.0,<0.9 hacking>=0.9.2,<0.10
coverage>=3.6 coverage>=3.6
discover discover

View File

@ -26,6 +26,8 @@ commands = python setup.py testr --coverage --testr-args='{posargs}'
downloadcache = ~/cache/pip downloadcache = ~/cache/pip
[flake8] [flake8]
ignore = E12,F841,F811,F821,H302,H404 # TODO fix following rules from hacking 0.9
# E131,E265,H233,H305,H307,H402,H405,H904
ignore = E12,E131,E265,F841,F811,F821,H233,H302,H305,H307,H402,H404,H405,H904
show-source = True show-source = True
exclude=.venv,.git,.tox,dist,*openstack/common*,*lib/python*,*egg,build exclude=.venv,.git,.tox,dist,*openstack/common*,*lib/python*,*egg,build