From 23768b1cecc103e63884543754c516157db544c9 Mon Sep 17 00:00:00 2001 From: Eric Windisch Date: Fri, 13 Jul 2012 13:59:08 -0400 Subject: Exclude .egg files from pep8 checks Change-Id: I0f403cfa8edec3795f65cf270a9cb2ad0a05d4f5 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tox.ini') diff --git a/tox.ini b/tox.ini index db9f3c8..6437a5c 100644 --- a/tox.ini +++ b/tox.ini @@ -16,7 +16,7 @@ commands = nosetests {posargs} [testenv:pep8] deps = pep8==1.1 -commands = pep8 --repeat --show-source --exclude=.venv,.tox,dist,doc . +commands = pep8 --repeat --show-source --exclude=.venv,.tox,dist,doc,*.egg . [testenv:cover] setenv = NOSE_WITH_COVERAGE=1 -- cgit