tox: Make flake8 test import order

This commit is contained in:
Stein Magnus Jodal 2014-05-07 19:58:36 +02:00
parent 2979de0f94
commit a4ca3655ad
2 changed files with 6 additions and 1 deletions

View File

@ -1,2 +1,5 @@
[flake8]
application-import-names = mopidy,tests
[wheel]
universal = 1

View File

@ -15,5 +15,7 @@ changedir = docs
commands = sphinx-build -b html -d {envtmpdir}/doctrees . {envtmpdir}/html
[testenv:flake8]
deps = flake8
deps =
flake8
flake8-import-order
commands = flake8 docs/ fabfile.py mopidy/ setup.py tests/