From da68dd1e4021c3aa417bd1577a61e440dcbdb847 Mon Sep 17 00:00:00 2001 From: Benedikt Willi Date: Thu, 5 Sep 2019 14:54:47 +0200 Subject: [PATCH] Updated travis-ci configuration --- .travis.yml | 29 ++++++++++++++++++----------- 1 file changed, 18 insertions(+), 11 deletions(-) diff --git a/.travis.yml b/.travis.yml index 50fea6d..60eafa3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,34 +1,41 @@ language: python python: - - "3.6" + - "3.7" env: - - WAGTAIL="wagtail>=2.4,<2.5" DB=sqlite + - WAGTAIL="wagtail>=2.6,<2.7" DB=sqlite matrix: include: # Latest Wagtail version - - env: WAGTAIL="wagtail>=2.4,<2.5" DB=sqlite - - env: WAGTAIL="wagtail>=2.4,<2.5" DB=postgres - - env: WAGTAIL="wagtail>=2.4,<2.5" DB=mysql + - env: WAGTAIL="wagtail>=2.6,<2.7" DB=postgres + - env: WAGTAIL="wagtail>=2.6,<2.7" DB=mysql + - python: "3.7" - python: "3.6" - python: "3.5" - python: "3.4" # Past Wagtail versions - - python: "3.6" + - python: "3.7" + env: WAGTAIL="wagtail>=2.5,<2.6" + - python: "3.7" + env: WAGTAIL="wagtail>=2.4,<2.5" + - python: "3.7" env: WAGTAIL="wagtail>=2.3,<2.4" - - python: "3.6" + - python: "3.7" env: WAGTAIL="wagtail>=2.2,<2.3" - - python: "3.6" + - python: "3.7" env: WAGTAIL="wagtail>=2.1,<2.2" - - python: "3.6" + - python: "3.7" env: WAGTAIL="wagtail>=2.0,<2.1" - python: "2.7" # Wagtail 1.13 was the latest tested against 2.7 env: WAGTAIL="wagtail>=1.13,<1.14" - - python: "3.6" + - python: "3.7" env: WAGTAIL="wagtail>=1.13,<1.14" - python: "2.7" env: WAGTAIL="wagtail>=1.12,<1.13" - - python: "3.6" + - python: "3.7" env: WAGTAIL="wagtail>=1.12,<1.13" +services: + - mysql + - postgresql addons: postgresql: "9.4" before_script: