Commit c9fae9f8 authored by Michal Čihař's avatar Michal Čihař

Separate test settings from jenkins

parent eaef4fda
from settings_example import * from settings_test import *
import os import os
INSTALLED_APPS += ('django_jenkins', ) INSTALLED_APPS += ('django_jenkins', )
...@@ -19,9 +19,3 @@ PROJECT_APPS = ( ...@@ -19,9 +19,3 @@ PROJECT_APPS = (
) )
PYLINT_RCFILE = os.path.join(WEB_ROOT, '..', 'pylint.rc') PYLINT_RCFILE = os.path.join(WEB_ROOT, '..', 'pylint.rc')
# Different root for test repos
GIT_ROOT = '%s/test-repos/' % WEB_ROOT
# Avoid migrating during testsuite
SOUTH_TESTS_MIGRATE = False
from settings_example import *
# Different root for test repos
GIT_ROOT = '%s/test-repos/' % WEB_ROOT
# Avoid migrating during testsuite
SOUTH_TESTS_MIGRATE = False
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