From 19766a74697f139a45a9964cb53da5b684121f47 Mon Sep 17 00:00:00 2001 From: Jannis Leidel Date: Thu, 26 Nov 2020 09:40:27 +0100 Subject: [PATCH] Add tox config for Python and Django additions. --- tox.ini | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tox.ini b/tox.ini index bd6a48e..444a737 100644 --- a/tox.ini +++ b/tox.ini @@ -5,6 +5,7 @@ minversion = 1.8 envlist = py27-dj111 py37-dj{111,22} + {py36,py37,py38}-dj{30,31} py37-check [testenv] @@ -17,6 +18,8 @@ deps = coverage dj111: Django>=1.11,<2.0 dj22: Django>=2.2,<2.3 + dj30: Django>=3.0,<3.1 + dj31: Django>=3.1,<3.2 [testenv:py37-check] @@ -31,4 +34,6 @@ commands = [gh-actions] python = 2.7: py27 + 3.6: py36 3.7: py37 + 3.8: py38