mirror of
https://github.com/nikdoof/vapemap.git
synced 2025-12-23 14:49:27 +00:00
Added basic Jenkins testing support.
This commit is contained in:
17
app/vapemap/conf/test.py
Normal file
17
app/vapemap/conf/test.py
Normal file
@@ -0,0 +1,17 @@
|
||||
from .base import *
|
||||
|
||||
INSTALLED_APPS += [
|
||||
'django-jenkins',
|
||||
]
|
||||
|
||||
PROJECT_APPS = [
|
||||
'stores',
|
||||
]
|
||||
|
||||
JENKINS_TASKS = (
|
||||
'django_jenkins.tasks.run_pylint',
|
||||
'django_jenkins.tasks.with_coverage',
|
||||
'django_jenkins.tasks.django_tests',
|
||||
'django_jenkins.tasks.run_pep8',
|
||||
'django_jenkins.tasks.run_pyflakes',
|
||||
)
|
||||
Reference in New Issue
Block a user