Add Django 2.1 & 2.2 to test matrix

This commit is contained in:
Ryan P Kilby 2019-04-22 13:34:12 -07:00
parent c7a3545929
commit 10edbba8b2
2 changed files with 5 additions and 0 deletions

View File

@ -46,6 +46,7 @@ INSTALLED_APPS = [
'django.contrib.humanize',
'django.contrib.contenttypes',
'django.contrib.sessions',
'django.contrib.messages',
'django.contrib.sites',
'django.contrib.sitemaps',
'django.contrib.staticfiles',

View File

@ -2,6 +2,8 @@
envlist =
py{27,35,36}-django111-drf{38,39},
py{35,36,37}-django20-drf{38,39},
py{35,36,37}-django21-drf{38,39},
py{35,36,37}-django22-drf{38,39},
lint,
[testenv]
@ -12,6 +14,8 @@ setenv =
deps =
django111: Django ~= 1.11.0
django20: Django ~= 2.0.0
django21: Django ~= 2.1.0
django22: Django ~= 2.2.0
drf38: djangorestframework ~= 3.8.0
drf39: djangorestframework ~= 3.9.0
djangorestframework-jwt >= 1.9.0