flake8: Test everything by default, exclude .tox

This commit is contained in:
Stein Magnus Jodal 2014-05-07 20:34:55 +02:00
parent b754885064
commit 9c3ddcd3c8
2 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,6 @@
[flake8]
application-import-names = mopidy,tests
exclude = .git,.tox
[wheel]
universal = 1

View File

@ -18,4 +18,4 @@ commands = sphinx-build -b html -d {envtmpdir}/doctrees . {envtmpdir}/html
deps =
flake8
flake8-import-order
commands = flake8 docs/ fabfile.py mopidy/ setup.py tests/
commands = flake8