Skip to content

Commit

Permalink
Adding *egg files to pep8/lint blacklist.
Browse files Browse the repository at this point in the history
  • Loading branch information
dhermes committed Oct 7, 2014
1 parent 69cd11a commit 4d18786
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ deps =
Sphinx

[pep8]
exclude = gcloud/datastore/datastore_v1_pb2.py,.*/,docs/conf.py
exclude = gcloud/datastore/datastore_v1_pb2.py,docs/conf.py,*.egg/,.*/
verbose = 1

[testenv:lint]
Expand Down

0 comments on commit 4d18786

Please sign in to comment.