Alternative attempt at upgrading SQLite

This commit is contained in:
Simon Willison 2018-08-12 18:21:14 -07:00
commit 05d9470e29

View file

@ -1,18 +1,14 @@
language: python
sudo: required
# 3.6 is listed first so it gets used for the later build stages
python:
- "3.6"
- "3.7-dev"
addons:
apt:
sources:
- travis-ci/sqlite3
packages:
- sqlite3
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