Adjust setup.py for flake8

This commit is contained in:
crudo 2017-12-24 13:21:14 +01:00
parent 4bb28d92b0
commit d4e41024b0

View File

@ -1,2 +1,11 @@
[aliases]
test=pytest
[flake8]
exclude =
.git,
__pycache__,
*.pyc,
openldap,
env,
*.egg*,