.travis.yml: migrate to Ubuntu Xenial to fix sqlite3 version
This commit is contained in:
parent
541a24730b
commit
fd75c137d1
|
@ -1,4 +1,5 @@
|
||||||
language: python
|
language: python
|
||||||
|
dist: xenial
|
||||||
python:
|
python:
|
||||||
- "3.6"
|
- "3.6"
|
||||||
env:
|
env:
|
||||||
|
|
Loading…
Reference in New Issue