Bump HACKING to 0.10

Change-Id: I96d5a7caf40d0d8d10e412538593f0e55005bdb1
This commit is contained in:
Jordan Pittier 2015-03-10 17:16:29 +01:00
parent 20079b574c
commit f27785eddd
2 changed files with 2 additions and 3 deletions

View File

@ -1,4 +1,4 @@
hacking>=0.9.2,<0.10
hacking>=0.10.0,<0.11
httpretty
testtools
nose

View File

@ -23,8 +23,7 @@ commands = {posargs}
[flake8]
# E501 line too long
# H302 Do not import objects, only modules
ignore = E501,H302
ignore = E501
show-source = True
exclude = .venv,.tox,dist,doc,*egg,build