Speed up flake8 by skipping two irrelevant directories

This commit is contained in:
Alex Gaynor 2015-06-21 08:51:52 -04:00
parent 5a0d2b2a77
commit e6d648f198

View file

@ -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