mirror of
https://github.com/simonw/sqlite-utils.git
synced 2026-07-23 09:24:31 +02:00
Upgrade sqlite3 in Travis so we can test against FTS5
Using recipe from https://linuxhint.com/install-sqlite-ubuntu-linux-mint/
This commit is contained in:
parent
ccb2a1e729
commit
42b2b4b785
1 changed files with 2 additions and 0 deletions
|
|
@ -7,6 +7,8 @@ python:
|
|||
- "3.7-dev"
|
||||
|
||||
script:
|
||||
- sudo add-apt-repository ppa:jonathonf/backports -y
|
||||
- sudo apt-get update && sudo apt-get install sqlite3
|
||||
- pip install -U pip wheel
|
||||
- pip install .[test]
|
||||
- pytest
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue