Ignore pep-8 errors in britney2-tests

Signed-off-by: Niels Thykier <niels@thykier.net>
This commit is contained in:
Niels Thykier 2019-01-19 12:16:25 +00:00
parent 6bc776daf1
commit bb85373210
No known key found for this signature in database
GPG Key ID: A65B78DBE67C7AAC

View File

@ -32,6 +32,8 @@ def all_python_files(project_dir):
subdirs.remove('.git')
if 'doc' in subdirs:
subdirs.remove('doc')
if 'britney2-tests' in subdirs:
subdirs.remove('britney2-tests')
subdirs.sort()
files.sort()