diff options
author | Paul Kehrer <paul.l.kehrer@gmail.com> | 2015-06-21 08:29:50 -0500 |
---|---|---|
committer | Paul Kehrer <paul.l.kehrer@gmail.com> | 2015-06-21 08:29:50 -0500 |
commit | 8f676938d094a814c349f891cab20730aa062b36 (patch) | |
tree | 8abb64abafaa09fe024238d20051c768e9a9d663 | |
parent | 5a0d2b2a77bbb2f9f0d3592517827564bcf3f633 (diff) | |
parent | e6d648f198063321cbf64392fe33147e7a7c10dd (diff) | |
download | cryptography-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.ini | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |