Configuring jenkins
This commit is contained in:
parent
cf25188d66
commit
61c683b52f
1 changed files with 5 additions and 0 deletions
|
|
@ -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 = (
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue