aboutsummaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2015-06-21 08:51:52 -0400
committerAlex Gaynor <alex.gaynor@gmail.com>2015-06-21 08:51:52 -0400
commite6d648f198063321cbf64392fe33147e7a7c10dd (patch)
tree8abb64abafaa09fe024238d20051c768e9a9d663 /tox.ini
parent5a0d2b2a77bbb2f9f0d3592517827564bcf3f633 (diff)
downloadcryptography-e6d648f198063321cbf64392fe33147e7a7c10dd.tar.gz
cryptography-e6d648f198063321cbf64392fe33147e7a7c10dd.tar.bz2
cryptography-e6d648f198063321cbf64392fe33147e7a7c10dd.zip
Speed up flake8 by skipping two irrelevant directories
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
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