Auto run flake8 tests

master
Tom Wilson 6 years ago
parent be2373d554
commit 7eb27c4b13

@ -1,2 +1,3 @@
[pytest] [pytest]
addopts = --flake8
flake8-max-line-length = 99 flake8-max-line-length = 99

@ -15,7 +15,8 @@ setup(name='preserve',
'autopep8', 'autopep8',
'pytest', 'pytest',
'pytest-flake8', 'pytest-flake8',
'pytest-cov' 'pytest-cov',
'pytest-sugar'
] ]
}, },
long_description=open('README.md').read(), long_description=open('README.md').read(),

Loading…
Cancel
Save