Adjust setup.py for flake8

make-things-work-brutally
crudo 2017-12-24 13:21:14 +01:00
parent 4bb28d92b0
commit d4e41024b0
1 changed files with 10 additions and 1 deletions

View File

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