Fixing jenkins testing

This commit is contained in:
2013-08-24 22:34:51 +10:00
parent a4da2240d7
commit cf25188d66

View File

@@ -178,9 +178,9 @@ JENKINS_TASKS = (
'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_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',
) )