From b545106cbd729b05ca691e101b6e31e9f810818e Mon Sep 17 00:00:00 2001 From: Brandon Taylor Date: Sun, 1 Mar 2020 12:16:45 -0500 Subject: [PATCH] Excluded Django 3 from environments lower than Python 3.6 --- .travis.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.travis.yml b/.travis.yml index b97da20..6259e50 100644 --- a/.travis.yml +++ b/.travis.yml @@ -24,10 +24,18 @@ matrix: python: "3.4" env: DJANGO_VERSION=2.0.13 SAMPLE_PROJECT=sample_project + - + python: "3.4" + env: DJANGO_VERSION=3.0.0 SAMPLE_PROJECT=sample_project + - python: "3.5" env: DJANGO_VERSION=2.0.13 SAMPLE_PROJECT=sample_project + - + python: "3.5" + env: DJANGO_VERSION=3.0.0 SAMPLE_PROJECT=sample_project + - python: "3.6" env: DJANGO_VERSION=2.0.13 SAMPLE_PROJECT=sample_project