Downgraded Django to latest available in Python 2.7

master
Brandon Taylor 2020-03-01 12:23:22 -05:00
parent b545106cbd
commit 493db1e75a
1 changed files with 4 additions and 4 deletions

View File

@ -7,7 +7,7 @@ python:
- "3.6"
env:
- DJANGO_VERSION=2.0.13 SAMPLE_PROJECT=sample_project
- DJANGO_VERSION=1.11.28 SAMPLE_PROJECT=sample_project
- DJANGO_VERSION=3.0.0 SAMPLE_PROJECT=sample_project
branches:
@ -22,7 +22,7 @@ matrix:
-
python: "3.4"
env: DJANGO_VERSION=2.0.13 SAMPLE_PROJECT=sample_project
env: DJANGO_VERSION=1.11.28 SAMPLE_PROJECT=sample_project
-
python: "3.4"
@ -30,7 +30,7 @@ matrix:
-
python: "3.5"
env: DJANGO_VERSION=2.0.13 SAMPLE_PROJECT=sample_project
env: DJANGO_VERSION=1.11.28 SAMPLE_PROJECT=sample_project
-
python: "3.5"
@ -38,7 +38,7 @@ matrix:
-
python: "3.6"
env: DJANGO_VERSION=2.0.13 SAMPLE_PROJECT=sample_project
env: DJANGO_VERSION=1.11.28 SAMPLE_PROJECT=sample_project
install:
- pip install django==$DJANGO_VERSION