mirror of
https://github.com/jazzband/django-admin-sortable.git
synced 2026-03-16 22:10:30 +00:00
Downgraded Django to latest available in Python 2.7
This commit is contained in:
parent
b545106cbd
commit
493db1e75a
1 changed files with 4 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue