mirror of
https://github.com/simonw/sqlite-utils.git
synced 2026-07-29 12:24:32 +02:00
Alternative attempt at upgrading SQLite
This commit is contained in:
parent
f77aa3ff49
commit
05d9470e29
1 changed files with 3 additions and 7 deletions
10
.travis.yml
10
.travis.yml
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue