Install spatialite in Travis for --load-extension tests, refs #134

This commit is contained in:
Simon Willison 2020-08-21 14:01:44 -07:00
commit c8b2433481

View file

@ -7,6 +7,11 @@ python:
- "3.7"
- "3.8"
before_install:
# SpatiaLite needed for the --load-extension test:
- sudo apt-get update
- sudo apt-get -y install libsqlite3-mod-spatialite
script:
- pip install -U pip wheel
- pip install .[test]