Try new recipe for upgrading sqlite3

From https://linuxhint.com/install-sqlite-ubuntu-linux-mint/
This commit is contained in:
Simon Willison 2019-01-24 22:48:24 -08:00
commit c2d7963e68

View file

@ -7,6 +7,8 @@ python:
- "3.7-dev"
script:
- sudo add-apt-repository ppa:jonathonf/backports
- sudo apt-get update && sudo apt-get install sqlite3
- pip install -U pip wheel
- pip install .[test]
- pytest