Updated travis environment
Following example at https://stackoverflow.com/questions/55521832/update-sqlite-in-travis-ci
This commit is contained in:
parent
7cc4af1da4
commit
d0bc35f670
|
|
@ -1,6 +1,13 @@
|
|||
dist: xenial
|
||||
|
||||
language: python
|
||||
python:
|
||||
- 3.5
|
||||
- 3.6
|
||||
|
||||
addons:
|
||||
apt-packages:
|
||||
-sqlite3
|
||||
|
||||
before_install:
|
||||
- make setup
|
||||
|
|
|
|||
Loading…
Reference in New Issue