From 6570e0946e22dcb2c291edd4cb391db9305c14f4 Mon Sep 17 00:00:00 2001 From: Jannis Leidel Date: Thu, 26 Nov 2020 09:36:38 +0100 Subject: [PATCH] Add Django 3.1 to tox config. --- tox.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tox.ini b/tox.ini index f4a21dca..bd3a88cc 100644 --- a/tox.ini +++ b/tox.ini @@ -1,8 +1,7 @@ [tox] envlist = {py35,py36,py37,py38}-django-22 - {py36,py37,py38}-django-30 - {py36,py37,py38}-django-31 + {py36,py37,py38}-django-{30,31} py38-docs [testenv] @@ -12,6 +11,7 @@ commands = deps = django-22: Django>=2.2,<2.3 django-30: Django>=3.0,<3.1 + django-31: Django>=3.1,<3.2 # Test requirements coverage codecov