From f6a35c719a5a7a89934a4b85af525f2785b66c85 Mon Sep 17 00:00:00 2001 From: Jaap Roes Date: Wed, 21 Apr 2021 22:16:29 +0200 Subject: [PATCH] Test on Django 3.2, stable and main branch --- tox.ini | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/tox.ini b/tox.ini index 24c219ae27..53f4a296a4 100644 --- a/tox.ini +++ b/tox.ini @@ -2,7 +2,7 @@ skipsdist = True usedevelop = True -envlist = py{36,37,38,39}-dj{22,30,31,31stable,master}-{sqlite,postgres,mysql,mssql}-{elasticsearch7,elasticsearch6,elasticsearch5,noelasticsearch}-{customuser,emailuser}-{tz,notz}, +envlist = py{36,37,38,39}-dj{22,30,31,32,32stable,main}-{sqlite,postgres,mysql,mssql}-{elasticsearch7,elasticsearch6,elasticsearch5,noelasticsearch}-{customuser,emailuser}-{tz,notz}, [testenv] install_command = pip install -e ".[testing]" -U {opts} {packages} @@ -22,11 +22,12 @@ deps = django-sendfile==0.3.6 Embedly - dj22: Django>=2.2,<2.3 - dj30: Django>=3.0,<3.1 - dj31: Django>=3.1,<3.2 - dj31stable: git+https://github.com/django/django.git@stable/3.1.x#egg=Django - djmaster: git+https://github.com/django/django.git@master#egg=Django + dj22: Django~=2.2.0 + dj30: Django~=3.0.0 + dj31: Django~=3.1.0 + dj32: Django~=3.2.0 + dj32stable: git+https://github.com/django/django.git@stable/3.2.x#egg=Django + djmain: git+https://github.com/django/django.git@main#egg=Django postgres: psycopg2>=2.6 mysql: mysqlclient>=1.4,<2