From b5e7a101aa825083a54cd7b91438f63223d28b04 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Tue, 28 Jul 2020 16:22:31 +0200 Subject: [PATCH] tox: allow higher djangorestframework, for 2.2 compat --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 1f4f86e..3171076 100644 --- a/tox.ini +++ b/tox.ini @@ -18,7 +18,7 @@ deps = pylint pylint-django mock - djangorestframework>=3.3,<3.7 + djangorestframework>=3.3,<3.8 commands = py2: ./getlasso.sh py3: ./getlasso3.sh