From d81790a3871351fa218525f64c65f92d1c41053e Mon Sep 17 00:00:00 2001 From: Brandon Taylor Date: Sun, 1 Mar 2020 12:25:20 -0500 Subject: [PATCH] Removed all Python 2.x testing --- .travis.yml | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/.travis.yml b/.travis.yml index 3820ff5..cf3c863 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,13 +1,11 @@ language: python python: - - "2.7" - "3.4" - "3.5" - "3.6" env: - - DJANGO_VERSION=1.11.28 SAMPLE_PROJECT=sample_project - DJANGO_VERSION=3.0.0 SAMPLE_PROJECT=sample_project branches: @@ -16,30 +14,14 @@ branches: matrix: exclude: - - - python: "2.7" - env: DJANGO_VERSION=3.0.0 SAMPLE_PROJECT=sample_project - - - - python: "3.4" - env: DJANGO_VERSION=1.11.28 SAMPLE_PROJECT=sample_project - - python: "3.4" env: DJANGO_VERSION=3.0.0 SAMPLE_PROJECT=sample_project - - - python: "3.5" - env: DJANGO_VERSION=1.11.28 SAMPLE_PROJECT=sample_project - - python: "3.5" env: DJANGO_VERSION=3.0.0 SAMPLE_PROJECT=sample_project - - - python: "3.6" - env: DJANGO_VERSION=1.11.28 SAMPLE_PROJECT=sample_project - install: - pip install django==$DJANGO_VERSION