From e6d648f198063321cbf64392fe33147e7a7c10dd Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Sun, 21 Jun 2015 08:51:52 -0400 Subject: Speed up flake8 by skipping two irrelevant directories --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 96a175fa..272f5b59 100644 --- a/tox.ini +++ b/tox.ini @@ -85,7 +85,7 @@ commands = py.test --capture=no --strict --random {posargs} [flake8] -exclude = .tox,*.egg +exclude = .tox,*.egg,.git,_build select = E,W,F,N,I application-import-names = cryptography,cryptography_vectors,tests -- cgit v1.2.3