diff options
author | Alex Gaynor <alex.gaynor@gmail.com> | 2015-06-21 08:51:52 -0400 |
---|---|---|
committer | Alex Gaynor <alex.gaynor@gmail.com> | 2015-06-21 08:51:52 -0400 |
commit | e6d648f198063321cbf64392fe33147e7a7c10dd (patch) | |
tree | 8abb64abafaa09fe024238d20051c768e9a9d663 | |
parent | 5a0d2b2a77bbb2f9f0d3592517827564bcf3f633 (diff) | |
download | cryptography-e6d648f198063321cbf64392fe33147e7a7c10dd.tar.gz cryptography-e6d648f198063321cbf64392fe33147e7a7c10dd.tar.bz2 cryptography-e6d648f198063321cbf64392fe33147e7a7c10dd.zip |
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 |