Compatibility Django 2.2

This commit is contained in:
Dmitriy Sokolov 2019-04-05 14:16:56 +03:00
parent 95af201ba8
commit fbf9f9c467
No known key found for this signature in database
GPG Key ID: DE2C98901898AB74
1 changed files with 3 additions and 0 deletions

View File

@ -16,13 +16,16 @@ matrix:
- { python: "3.5", env: DJANGO_VERSION="1.11.*" }
- { python: "3.5", env: DJANGO_VERSION="2.0.*" }
- { python: "3.5", env: DJANGO_VERSION="2.1.*" }
- { python: "3.5", env: DJANGO_VERSION="2.2.*" }
- { python: "3.6", env: DJANGO_VERSION="1.11.*" }
- { python: "3.6", env: DJANGO_VERSION="2.0.*" }
- { python: "3.6", env: DJANGO_VERSION="2.1.*" }
- { python: "3.6", env: DJANGO_VERSION="2.2.*" }
- { python: "3.7", env: DJANGO_VERSION="2.0.*", dist: xenial, sudo: true }
- { python: "3.7", env: DJANGO_VERSION="2.1.*", dist: xenial, sudo: true }
- { python: "3.7", env: DJANGO_VERSION="2.2.*", dist: xenial, sudo: true }
install:
- pip install Django==${DJANGO_VERSION}