From 61c683b52ff66d67de49c835c33d63cd8906cca1 Mon Sep 17 00:00:00 2001 From: Shane Frischkorn Date: Sat, 24 Aug 2013 23:16:53 +1000 Subject: [PATCH] Configuring jenkins --- settings.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/settings.py b/settings.py index f5c526a..05dafb7 100644 --- a/settings.py +++ b/settings.py @@ -177,12 +177,17 @@ JENKINS_TASKS = ( #'django_jenkins.tasks.django_tests', # select one django or 'django_jenkins.tasks.dir_tests', # directory tests discovery 'django_jenkins.tasks.run_pep8', + 'django_jenkins.tasks.run_pylint', 'django_jenkins.tasks.run_pyflakes', #'django_jenkins.tasks.run_jshint', #'django_jenkins.tasks.run_csslint', #'django_jenkins.tasks.run_sloccount', ) +#Tell django_jenkins which files to analyse +PROJECT_APPS=( + 'three_d_viewer', +) # Custom config settings MODEL_DIRS = (