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

master
blag 2020-05-26 12:21:13 -07:00
parent f93cac291b
commit 387e9b8f2f
No known key found for this signature in database
GPG Key ID: 30870D32F59C5F40
1 changed files with 2 additions and 2 deletions

View File

@ -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