Merge "Bump hacking to 0.12"

This commit is contained in:
Jenkins 2016-11-18 08:27:46 +00:00 committed by Gerrit Code Review
commit ee27b133f5

View File

@ -83,7 +83,7 @@ deps = .[doc]
commands = python setup.py build_sphinx
[testenv:pep8]
deps = hacking<0.11,>=0.10.0
deps = hacking<0.13,>=0.12
doc8
commands =
flake8
@ -93,10 +93,6 @@ commands =
exclude=.venv,.git,.tox,dist,*egg,*.egg-info,build,examples,doc
show-source = True
[hacking]
import_exceptions = six.moves
unittest.mock
[doc8]
ignore-path = doc/source/compatibility.rst,doc/source/history.rst