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:
Simon Willison 2019-01-24 22:54:32 -08:00 committed by GitHub
commit 42b2b4b785
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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