Commit 6cc72e38 authored by Michal Čihař's avatar Michal Čihař

Add settings for jenkins

parent 28ba1e52
from settings_example import *
INSTALLED_APPS += ('django_jenkins', )
JENKINS_TASKS = (
'django_jenkins.tasks.run_pylint',
'django_jenkins.tasks.run_pyflakes',
'django_jenkins.tasks.run_sloccount',
'django_jenkins.tasks.with_coverage',
'django_jenkins.tasks.run_pep8',
'django_jenkins.tasks.django_tests',
)
PROJECT_APPS = (
'weblate.trans',
'weblate.lang',
'weblate.accounts',
)
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment