summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorStephen Finucane <stephen@that.guru>2018-10-18 17:45:21 +0100
committerStephen Finucane <stephen@that.guru>2018-10-18 17:45:21 +0100
commitfab5571e2f20323feed84609a52778a0f8e41e32 (patch)
tree63f13874546e5a2def5535401e70a76a15a946f5 /tox.ini
parent29a7b1472765f61010199a49a67413396c495cf0 (diff)
downloadpatchwork-fab5571e2f20323feed84609a52778a0f8e41e32.tar
patchwork-fab5571e2f20323feed84609a52778a0f8e41e32.tar.gz
Add support for Django REST Framework 3.9
As with 3.7 and 3.8, there are no breaking changes we need to be concerned with here. Signed-off-by: Stephen Finucane <stephen@that.guru>
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini4
1 files changed, 2 insertions, 2 deletions
diff --git a/tox.ini b/tox.ini
index df17df7..384d3c7 100644
--- a/tox.ini
+++ b/tox.ini
@@ -7,12 +7,12 @@ skipsdist = True
deps =
-r{toxinidir}/requirements-test.txt
django111: django>=1.11,<2.0
- django111: djangorestframework>=3.6,<3.9
+ django111: djangorestframework>=3.6,<3.10
django111: django-filter>=1.0,<3.0; python_version >= '3.4'
django111: django-filter>=1.0,<2.0; python_version < '3.0'
django20: django>=2.0,<2.1
django21: django>=2.1,<2.2
- django{20,21}: djangorestframework>=3.7,<3.9
+ django{20,21}: djangorestframework>=3.7,<3.10
django{20,21}: django-filter>=2.0,<3.0
setenv =
DJANGO_SETTINGS_MODULE = patchwork.settings.dev