From e94e11f0891cd23eb48b99b0259ed9acc3bf58fa Mon Sep 17 00:00:00 2001 From: "Christopher C. Wells" Date: Sun, 14 Apr 2019 21:15:41 -0700 Subject: [PATCH] Update Travis CI dist to support SQLite > 3.8.2. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index fed23a15..8ab2da44 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,5 @@ sudo: false -dist: trusty +dist: xenial language: python cache: pip: true