Bump hacking to 0.12
Change-Id: I43417e8a00960e6f3895263414218cf0de9bf1f3 Signed-off-by: Julien Danjou <julien@danjou.info>changes/42/395842/1
parent
bfbee9fc9f
commit
a34d1d77f4
6
tox.ini
6
tox.ini
|
@ -82,7 +82,7 @@ commands = python setup.py testr --slowest --coverage --testr-args="{posargs}"
|
|||
commands = python setup.py build_sphinx
|
||||
|
||||
[testenv:pep8]
|
||||
deps = hacking<0.11,>=0.10.0
|
||||
deps = hacking<0.13,>=0.12
|
||||
doc8
|
||||
commands =
|
||||
flake8
|
||||
|
@ -92,10 +92,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
|
||||
|
|
Loading…
Reference in New Issue