More excludes in tox.ini

This commit is contained in:
Scot Hacker 2016-08-02 00:18:21 -07:00
parent 9c3000f572
commit 3a1d15d1ca

View file

@ -13,7 +13,7 @@ deps = flake8
commands = flake8 . commands = flake8 .
[testenv:flake8py3] [testenv:flake8py3]
basepython = python3.4 basepython = python3.5
deps = flake8 deps = flake8
commands = flake8 . commands = flake8 .
@ -21,4 +21,4 @@ commands = flake8 .
# TODO: reduce max-complexity, ideally to 10 # TODO: reduce max-complexity, ideally to 10
max-line-length = 120 max-line-length = 120
max-complexity = 21 max-complexity = 21
exclude = build,dist,docs/conf.py,*/migrations,*.egg-info exclude = [build, lib, bin, dist, docs/conf.py, */migrations, *.egg-info]