Merge "Bump hacking to 0.12"
commit
ee27b133f5
6
tox.ini
6
tox.ini
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue