Compare commits

...

2 commits

Author SHA1 Message Date
Simon Willison
7f205d2308 -y 2019-01-24 22:50:24 -08:00
Simon Willison
c2d7963e68 Try new recipe for upgrading sqlite3
From https://linuxhint.com/install-sqlite-ubuntu-linux-mint/
2019-01-24 22:48:24 -08:00

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