More excludes in tox.ini
This commit is contained in:
parent
9c3000f572
commit
3a1d15d1ca
1 changed files with 2 additions and 2 deletions
4
tox.ini
4
tox.ini
|
@ -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]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue