From 22369a5559fc97139949d7ab099886da6a258f32 Mon Sep 17 00:00:00 2001 From: Raphael Michel Date: Mon, 19 Nov 2018 17:57:50 +0100 Subject: [PATCH] Fix CI problems with SQLite (#1076) * Try to re-enable tests on Py3.5 * Add newer SQLite3 --- .travis.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.travis.yml b/.travis.yml index d1b094af5..e01b83f41 100644 --- a/.travis.yml +++ b/.travis.yml @@ -22,6 +22,8 @@ matrix: env: JOB=tests PRETIX_CONFIG_FILE=tests/travis_mysql.cfg - python: 3.6 env: JOB=tests PRETIX_CONFIG_FILE=tests/travis_postgres.cfg + - python: 3.5 + env: JOB=tests PRETIX_CONFIG_FILE=tests/travis_postgres.cfg - python: 3.6 env: JOB=plugins - python: 3.6 @@ -36,6 +38,9 @@ addons: - enchant - myspell-de-de - aspell-en + - sqlite3 + sources: + - travis-ci/sqlite3 branches: except: - /^weblate-.*/