mirror of
https://github.com/simonw/sqlite-utils.git
synced 2026-08-01 06:54:22 +02:00
Install spatialite in Travis for --load-extension tests, refs #134
This commit is contained in:
parent
7e9aad7e1c
commit
c8b2433481
1 changed files with 5 additions and 0 deletions
|
|
@ -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]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue