mirror of
https://github.com/jazzband/django-admin-sortable.git
synced 2026-05-09 15:54:49 +00:00
Relax Django version to 3.0 (to use the latest 3.0.x)
This commit is contained in:
parent
f93cac291b
commit
387e9b8f2f
1 changed files with 2 additions and 2 deletions
|
|
@ -7,7 +7,7 @@ python:
|
||||||
- "3.8"
|
- "3.8"
|
||||||
|
|
||||||
env:
|
env:
|
||||||
- DJANGO_VERSION=3.0.0 SAMPLE_PROJECT=sample_project
|
- DJANGO_VERSION=3.0 SAMPLE_PROJECT=sample_project
|
||||||
|
|
||||||
branches:
|
branches:
|
||||||
only:
|
only:
|
||||||
|
|
@ -17,7 +17,7 @@ matrix:
|
||||||
exclude:
|
exclude:
|
||||||
-
|
-
|
||||||
python: "3.5"
|
python: "3.5"
|
||||||
env: DJANGO_VERSION=3.0.0 SAMPLE_PROJECT=sample_project
|
env: DJANGO_VERSION=3.0 SAMPLE_PROJECT=sample_project
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- pip install django==$DJANGO_VERSION
|
- pip install django==$DJANGO_VERSION
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue