From f93cac291bd0a308555982c6f94d0d7356d285f8 Mon Sep 17 00:00:00 2001 From: blag Date: Tue, 26 May 2020 12:20:18 -0700 Subject: [PATCH] Remove Python 3.4 from the build matrix --- .travis.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index cf3c863..49a88d0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,9 +1,10 @@ language: python python: - - "3.4" - "3.5" - "3.6" + - "3.7" + - "3.8" env: - DJANGO_VERSION=3.0.0 SAMPLE_PROJECT=sample_project @@ -14,10 +15,6 @@ branches: matrix: exclude: - - - python: "3.4" - env: DJANGO_VERSION=3.0.0 SAMPLE_PROJECT=sample_project - - python: "3.5" env: DJANGO_VERSION=3.0.0 SAMPLE_PROJECT=sample_project