flake8: Reenable flake8-import-order

This commit is contained in:
Stein Magnus Jodal 2016-10-25 23:55:05 +02:00
parent 88cdabf034
commit 70a07373ad

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