Fix CI problems with SQLite (#1076)

* Try to re-enable tests on Py3.5

* Add newer SQLite3
This commit is contained in:
Raphael Michel
2018-11-19 17:57:50 +01:00
committed by GitHub
parent a8223ad354
commit 22369a5559

View File

@@ -22,6 +22,8 @@ matrix:
env: JOB=tests PRETIX_CONFIG_FILE=tests/travis_mysql.cfg env: JOB=tests PRETIX_CONFIG_FILE=tests/travis_mysql.cfg
- python: 3.6 - python: 3.6
env: JOB=tests PRETIX_CONFIG_FILE=tests/travis_postgres.cfg 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 - python: 3.6
env: JOB=plugins env: JOB=plugins
- python: 3.6 - python: 3.6
@@ -36,6 +38,9 @@ addons:
- enchant - enchant
- myspell-de-de - myspell-de-de
- aspell-en - aspell-en
- sqlite3
sources:
- travis-ci/sqlite3
branches: branches:
except: except:
- /^weblate-.*/ - /^weblate-.*/