Enable django_jenkins flake8 reporting

Also exclude awx/ui from pep8 runs.
This commit is contained in:
James Laska
2015-01-28 14:00:57 -05:00
parent 18e7541f3b
commit ea0b39859b
2 changed files with 2 additions and 1 deletions

View File

@@ -36,6 +36,7 @@ if 'django_jenkins' in INSTALLED_APPS:
'django_jenkins.tasks.run_pylint',
'django_jenkins.tasks.run_pep8',
'django_jenkins.tasks.run_pyflakes',
'django_jenkins.tasks.run_flake8',
'django_jenkins.tasks.run_jshint',
'django_jenkins.tasks.run_csslint',
)