forked from CGM_Public/pretix_original
Fix CI problems with SQLite (#1076)
* Try to re-enable tests on Py3.5 * Add newer SQLite3
This commit is contained in:
@@ -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-.*/
|
||||||
|
|||||||
Reference in New Issue
Block a user