mirror of
https://github.com/simonw/sqlite-utils.git
synced 2026-07-30 04:44:32 +02:00
Try new recipe for upgrading sqlite3
From https://linuxhint.com/install-sqlite-ubuntu-linux-mint/
This commit is contained in:
parent
ccb2a1e729
commit
c2d7963e68
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
|
||||
- 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