Relax Django version to 3.0 (to use the latest 3.0.x)
This commit is contained in:
+2
-2
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user