Exclude .eggs from tox tests

This commit is contained in:
Scot Hacker 2016-08-02 00:21:49 -07:00
parent 3a1d15d1ca
commit 2264c51e77

View file

@ -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]