aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2015-06-21 08:29:50 -0500
committerPaul Kehrer <paul.l.kehrer@gmail.com>2015-06-21 08:29:50 -0500
commit8f676938d094a814c349f891cab20730aa062b36 (patch)
tree8abb64abafaa09fe024238d20051c768e9a9d663
parent5a0d2b2a77bbb2f9f0d3592517827564bcf3f633 (diff)
parente6d648f198063321cbf64392fe33147e7a7c10dd (diff)
downloadcryptography-8f676938d094a814c349f891cab20730aa062b36.tar.gz
cryptography-8f676938d094a814c349f891cab20730aa062b36.tar.bz2
cryptography-8f676938d094a814c349f891cab20730aa062b36.zip
Merge pull request #2051 from alex/flake8-speedup
Speed up flake8 by skipping two irrelevant directories
-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