mirror of
https://github.com/simonw/sqlite-utils.git
synced 2026-07-29 04:14:32 +02:00
Attempt to upgrade Travis sqlite3
Prior to upgrade version was 3.8.2
This commit is contained in:
parent
bb623815a7
commit
f77aa3ff49
1 changed files with 7 additions and 0 deletions
|
|
@ -5,6 +5,13 @@ python:
|
|||
- "3.6"
|
||||
- "3.7-dev"
|
||||
|
||||
addons:
|
||||
apt:
|
||||
sources:
|
||||
- travis-ci/sqlite3
|
||||
packages:
|
||||
- sqlite3
|
||||
|
||||
script:
|
||||
- pip install -U pip wheel
|
||||
- pip install .[test]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue