lint: Re-enable flake8-import-order

This commit is contained in:
Thomas Adamcik 2016-07-26 21:41:49 +02:00
parent e594d560ff
commit 8707a7c9cf

View File

@ -37,8 +37,7 @@ commands = sphinx-build -b html -d {envtmpdir}/doctrees . {envtmpdir}/html
[testenv:flake8]
deps =
flake8
# TODO: Re-enable once https://github.com/PyCQA/flake8-import-order/issues/79 is released.
# flake8-import-order
flake8-import-order
pep8-naming
commands = flake8 --show-source --statistics mopidy tests