Configuring jenkins

This commit is contained in:
2013-08-24 23:16:53 +10:00
parent cf25188d66
commit 61c683b52f

View File

@@ -177,12 +177,17 @@ JENKINS_TASKS = (
#'django_jenkins.tasks.django_tests', # select one django or #'django_jenkins.tasks.django_tests', # select one django or
'django_jenkins.tasks.dir_tests', # directory tests discovery 'django_jenkins.tasks.dir_tests', # directory tests discovery
'django_jenkins.tasks.run_pep8', 'django_jenkins.tasks.run_pep8',
'django_jenkins.tasks.run_pylint',
'django_jenkins.tasks.run_pyflakes', 'django_jenkins.tasks.run_pyflakes',
#'django_jenkins.tasks.run_jshint', #'django_jenkins.tasks.run_jshint',
#'django_jenkins.tasks.run_csslint', #'django_jenkins.tasks.run_csslint',
#'django_jenkins.tasks.run_sloccount', #'django_jenkins.tasks.run_sloccount',
) )
#Tell django_jenkins which files to analyse
PROJECT_APPS=(
'three_d_viewer',
)
# Custom config settings # Custom config settings
MODEL_DIRS = ( MODEL_DIRS = (