Skip to content

Commit 493db1e

Browse files
author
Brandon Taylor
committed
Downgraded Django to latest available in Python 2.7
1 parent b545106 commit 493db1e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.travis.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ python:
77
- "3.6"
88

99
env:
10-
- DJANGO_VERSION=2.0.13 SAMPLE_PROJECT=sample_project
10+
- DJANGO_VERSION=1.11.28 SAMPLE_PROJECT=sample_project
1111
- DJANGO_VERSION=3.0.0 SAMPLE_PROJECT=sample_project
1212

1313
branches:
@@ -22,23 +22,23 @@ matrix:
2222

2323
-
2424
python: "3.4"
25-
env: DJANGO_VERSION=2.0.13 SAMPLE_PROJECT=sample_project
25+
env: DJANGO_VERSION=1.11.28 SAMPLE_PROJECT=sample_project
2626

2727
-
2828
python: "3.4"
2929
env: DJANGO_VERSION=3.0.0 SAMPLE_PROJECT=sample_project
3030

3131
-
3232
python: "3.5"
33-
env: DJANGO_VERSION=2.0.13 SAMPLE_PROJECT=sample_project
33+
env: DJANGO_VERSION=1.11.28 SAMPLE_PROJECT=sample_project
3434

3535
-
3636
python: "3.5"
3737
env: DJANGO_VERSION=3.0.0 SAMPLE_PROJECT=sample_project
3838

3939
-
4040
python: "3.6"
41-
env: DJANGO_VERSION=2.0.13 SAMPLE_PROJECT=sample_project
41+
env: DJANGO_VERSION=1.11.28 SAMPLE_PROJECT=sample_project
4242

4343
install:
4444
- pip install django==$DJANGO_VERSION

0 commit comments

Comments
 (0)