Skip to content

Commit

Permalink
Commenting out SPATIALITE_LIBRARY_PATH
Browse files Browse the repository at this point in the history
  • Loading branch information
audaciouscode committed Aug 1, 2017
1 parent 7fb93b1 commit 1918d7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion travis_settings.py
Expand Up @@ -74,7 +74,7 @@

if 'test' in sys.argv or 'test_coverage' in sys.argv: #Covers regular testing and django-coverage
DATABASES['default']['ENGINE'] = 'django.contrib.gis.db.backends.spatialite'
SPATIALITE_LIBRARY_PATH = 'mod_spatialite'
# SPATIALITE_LIBRARY_PATH = 'mod_spatialite'

# Internationalization
# https://docs.djangoproject.com/en/1.8/topics/i18n/
Expand Down

0 comments on commit 1918d7f

Please sign in to comment.