commit | 1d8053897def11ae0ec2d946c918e58458271f39 | [log] [tgz] |
---|---|---|
author | Alex Gaynor <alex.gaynor@gmail.com> | Mon Oct 21 20:44:52 2013 -0700 |
committer | Alex Gaynor <alex.gaynor@gmail.com> | Mon Oct 21 20:44:52 2013 -0700 |
tree | 97233c664ad2644f6ec60fb57ca3615c3827273e | |
parent | 967c03b3093e2a301a695d80b2e13ead443fcc75 [diff] |
Also ignore eggs
diff --git a/tox.ini b/tox.ini index 184a7e3..187bff8 100644 --- a/tox.ini +++ b/tox.ini
@@ -23,4 +23,4 @@ commands = flake8 --ignore="E128" . [flake8] -exclude = .tox +exclude = .tox,*.egg