Exclude .eggs from tox tests
This commit is contained in:
parent
3a1d15d1ca
commit
2264c51e77
1 changed files with 1 additions and 1 deletions
2
tox.ini
2
tox.ini
|
@ -21,4 +21,4 @@ commands = flake8 .
|
|||
# TODO: reduce max-complexity, ideally to 10
|
||||
max-line-length = 120
|
||||
max-complexity = 21
|
||||
exclude = [build, lib, bin, dist, docs/conf.py, */migrations, *.egg-info]
|
||||
exclude = [build, lib, bin, dist, docs/conf.py, */migrations, .eggs, *.egg-info]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue