From 7670611aa481115a52e32e4b36ec95fdc4a83f08 Mon Sep 17 00:00:00 2001
From: Michal Rostecki <mrostecki@mirantis.com>
Date: Mon, 7 Dec 2015 08:25:57 +0100
Subject: [PATCH] Exclude .eggs from pep8 checks

Change-Id: I11f5af83fc602332f6c9ac39f4c22731f8e84161
Closes-Bug: #1523365
---
 tox.ini | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tox.ini b/tox.ini
index c7909a2ab2..a12bed0ffc 100644
--- a/tox.ini
+++ b/tox.ini
@@ -103,4 +103,4 @@ commands =
 
 [flake8]
 show-source = True
-exclude=.git,.tox,doc,ansible/library,docker/kolla-ansible
+exclude=.eggs,.git,.tox,doc,ansible/library,docker/kolla-ansible