Excluded Django 3 from environments lower than Python 3.6

master
Brandon Taylor 2020-03-01 12:16:45 -05:00
parent 77eedcc8b6
commit b545106cbd
1 changed files with 8 additions and 0 deletions

View File

@ -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