From a12ed4e4f8b29e4f6e1472010a795e6f9a665f2f Mon Sep 17 00:00:00 2001 From: Johannes Christ Date: Sat, 20 Apr 2019 15:10:57 +0200 Subject: [PATCH] Add Django 2.2 to the Travis CI test matrix. --- .travis.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.travis.yml b/.travis.yml index 3cd45c2d..1a59c13e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -29,6 +29,10 @@ matrix: dist: trusty sudo: false env: DJANGO="2.1" + - python: 3.5 + dist: trusty + sudo: false + env: DJANGO="2.2" - python: 3.6 dist: trusty @@ -42,6 +46,10 @@ matrix: dist: trusty sudo: false env: DJANGO="2.1" + - python: 3.6 + dist: trusty + sudo: false + env: DJANGO="2.2" - python: 3.7 dist: xenial @@ -51,6 +59,10 @@ matrix: dist: xenial sudo: true env: DJANGO="2.1" + - python: 3.7 + dist: xenial + sudo: true + env: DJANGO="2.2" - python: pypy dist: trusty -- 2.45.2