Add flake8 hook. Tests are broken though.

This commit is contained in:
Anthony Sottile 2014-04-12 09:24:08 -07:00
parent 777d06b336
commit 1c9ce9dfd2
3 changed files with 9 additions and 5 deletions

View file

@ -7,6 +7,7 @@ setup(
packages=find_packages('.', exclude=('tests*', 'testing*')),
install_requires=[
'argparse',
'flake8',
'plumbum',
'pyflakes',
'pyyaml',