Relax Django version to 3.0 (to use the latest 3.0.x)

This commit is contained in:
blag
2020-05-26 12:21:13 -07:00
parent f93cac291b
commit 387e9b8f2f
+2 -2
View File
@@ -7,7 +7,7 @@ python:
- "3.8"
env:
- DJANGO_VERSION=3.0.0 SAMPLE_PROJECT=sample_project
- DJANGO_VERSION=3.0 SAMPLE_PROJECT=sample_project
branches:
only:
@@ -17,7 +17,7 @@ matrix:
exclude:
-
python: "3.5"
env: DJANGO_VERSION=3.0.0 SAMPLE_PROJECT=sample_project
env: DJANGO_VERSION=3.0 SAMPLE_PROJECT=sample_project
install:
- pip install django==$DJANGO_VERSION