summaryrefslogtreecommitdiff
path: root/example_project/local_settings.py.gitlab-ci
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2016-10-28 14:22:55 +0200
committerÉtienne Loks <etienne.loks@iggdrasil.net>2016-10-28 14:24:46 +0200
commit6b2730288641ff0206fca8b2c0cbff1b1e442b1f (patch)
treeaf13a564ef0a92c2fe61e6d70cd4fffb66ba66ed /example_project/local_settings.py.gitlab-ci
parent516a0a55be0a5dd4b3d1849ab5b7e150be1c9d7f (diff)
downloadIshtar-6b2730288641ff0206fca8b2c0cbff1b1e442b1f.tar.bz2
Ishtar-6b2730288641ff0206fca8b2c0cbff1b1e442b1f.zip
Make the use of spatialite for tests not mandatory
Diffstat (limited to 'example_project/local_settings.py.gitlab-ci')
-rw-r--r--example_project/local_settings.py.gitlab-ci1
1 files changed, 1 insertions, 0 deletions
diff --git a/example_project/local_settings.py.gitlab-ci b/example_project/local_settings.py.gitlab-ci
index 7f4bcefa1..81196b4a0 100644
--- a/example_project/local_settings.py.gitlab-ci
+++ b/example_project/local_settings.py.gitlab-ci
@@ -12,3 +12,4 @@ DATABASES = {
LOGFILE = '/tmp/ishtar.log'
PROJECT_SLUG = "CI-instance"
+USE_SPATIALITE_FOR_TESTS = False