Added jenkins tasks to jenkins config.

This commit is contained in:
Isaac Bythewood
2012-05-10 02:36:25 +00:00
parent 30985a9efe
commit 6cf61f4038

View File

@@ -24,3 +24,12 @@ PROJECT_APPS = (
'pinry.pins',
'pinry.api',
)
JENKINS_TASKS = (
'django_jenkins.tasks.with_coverage',
'django_jenkins.tasks.django_tests',
'django_jenkins.tasks.run_pylint',
'django_jenkins.tasks.run_pep8',
'django_jenkins.tasks.run_pyflakes',
)