From f867b60f78af1fa9be851e6b8bbf3958cc24c53f Mon Sep 17 00:00:00 2001 From: Joost Cassee Date: Mon, 8 Apr 2019 16:42:28 +0200 Subject: [PATCH] Use xenial dist for Travis readme check This is required because Django now requires Sqlite version 3.8.3 or higher. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 69a13a3..cd922b7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -27,7 +27,7 @@ matrix: - { python: 3.4, env: DJANGO=2.1 } include: - { python: 3.6, env: TOXENV=flake8 } - - { python: 3.6, env: TOXENV=readme } + - { python: 3.6, env: TOXENV=readme, dist: xenial } # requires sqlite3>=3.8.3 which is not in trusty # Work around Travis Python 3.7 issue: https://github.com/travis-ci/travis-ci/issues/9815 - { python: 3.7, env: DJANGO=1.11, dist: xenial, sudo: true } - { python: 3.7, env: DJANGO=2.0, dist: xenial, sudo: true }