tox: Make flake8 test import order
This commit is contained in:
parent
2979de0f94
commit
a4ca3655ad
@ -1,2 +1,5 @@
|
|||||||
|
[flake8]
|
||||||
|
application-import-names = mopidy,tests
|
||||||
|
|
||||||
[wheel]
|
[wheel]
|
||||||
universal = 1
|
universal = 1
|
||||||
|
|||||||
4
tox.ini
4
tox.ini
@ -15,5 +15,7 @@ changedir = docs
|
|||||||
commands = sphinx-build -b html -d {envtmpdir}/doctrees . {envtmpdir}/html
|
commands = sphinx-build -b html -d {envtmpdir}/doctrees . {envtmpdir}/html
|
||||||
|
|
||||||
[testenv:flake8]
|
[testenv:flake8]
|
||||||
deps = flake8
|
deps =
|
||||||
|
flake8
|
||||||
|
flake8-import-order
|
||||||
commands = flake8 docs/ fabfile.py mopidy/ setup.py tests/
|
commands = flake8 docs/ fabfile.py mopidy/ setup.py tests/
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user