Skip to content

Commit

Permalink
remove SPATIALITE_LIBRARY_PATH for travis
Browse files Browse the repository at this point in the history
  • Loading branch information
Gagaro committed Dec 4, 2017
1 parent 24315cb commit 39d39dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ env:

before_install:
- sudo apt-get update -y
- sudo apt-get install -y libgdal-dev libproj-dev libproj-dev spatialite-bin python-dev python3-dev libsqlite3-mod-spatialite
- sudo apt-get install -y libgdal-dev libproj-dev libproj-dev spatialite-bin python-dev python3-dev

install:
- if [[ $TRAVIS_PYTHON_VERSION == "2.7" ]]; then pip install git+git://github.com/tinio/pysqlite.git@extension-enabled#egg=pysqlite; fi
Expand Down
2 changes: 1 addition & 1 deletion quicktest.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ def run_tests(self):
}
},
INSTALLED_APPS=self.INSTALLED_APPS + self.apps,
SPATIALITE_LIBRARY_PATH='mod_spatialite',
# SPATIALITE_LIBRARY_PATH='mod_spatialite',
)

if django.VERSION >= (1, 7, 0):
Expand Down

0 comments on commit 39d39dc

Please sign in to comment.