From c2e96c1754a6059c65ffd4c96139e0140749ecce Mon Sep 17 00:00:00 2001 From: Ilan Steemers Date: Fri, 17 Jan 2020 16:03:16 +0100 Subject: [PATCH] Removes python 3.6 testing Removes django 1.11 testing Adds python 3.8 testing --- .travis.yml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/.travis.yml b/.travis.yml index 258db81..a5f8ea8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,18 +5,12 @@ services: - mongodb python: - - "3.6" - "3.7" + - "3.8" env: - DJANGO=3.0.2 - DJANGO=2.2.9 - - DJANGO=1.11.27 - -matrix: - exclude: - - python: "3.7" - env: DJANGO=1.11.27 sudo: true dist: xenial