Merge "Allow Hacking 0.7.x or later"

This commit is contained in:
Jenkins
2013-09-10 04:33:02 +00:00
committed by Gerrit Code Review
2 changed files with 3 additions and 3 deletions

View File

@@ -1,5 +1,4 @@
hacking>=0.5.6,<0.7 hacking>=0.5.6,<0.8
coverage>=3.6 coverage>=3.6
discover discover
fixtures>=0.3.12 fixtures>=0.3.12

View File

@@ -27,8 +27,9 @@ commands = python setup.py testr --coverage --testr-args='{posargs}'
downloadcache = ~/cache/pip downloadcache = ~/cache/pip
[flake8] [flake8]
# H202: assertRaises Exception too broad
# F821: undefined name # F821: undefined name
# H304: no relative imports # H304: no relative imports
ignore = F821,H304 ignore = F821,H202,H304
show-source = True show-source = True
exclude = .venv,.tox,dist,doc,*egg,build exclude = .venv,.tox,dist,doc,*egg,build