8

Codestyle fixes (flake8)

This also adds the flake8 dependencies to the test extras for
installation.
This commit is contained in:
Michael van Tellingen
2017-05-28 09:13:08 +02:00
parent 55da67523f
commit 3eac2cd4dd
21 changed files with 123 additions and 114 deletions

View File

@@ -7,12 +7,16 @@ install_requires = [
]
tests_require = [
'pytest==3.1.0',
'factory_boy==2.8.1',
'flake8',
'flake8-blind-except',
'flake8-debugger',
'flake8-imports',
'freezegun==0.3.8',
'pytest-cov==2.4.0',
'pytest-django==3.1.2',
'pytest-sugar==0.7.1',
'freezegun==0.3.8',
'factory_boy==2.8.1',
'pytest==3.1.0',
'wagtail_factories==0.3.0',
]