summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorStephen Finucane <stephen@that.guru>2016-10-31 18:23:29 +0000
committerStephen Finucane <stephen@that.guru>2016-11-18 01:32:07 +0000
commitfebad055fb6609369f1a465a5eec323549c5c065 (patch)
tree2fc0b02aa01d9440215027061729ca954b540d69 /tox.ini
parent77b3c90c6db1643d62dfc4f707aca07a3108a6ff (diff)
downloadpatchwork-febad055fb6609369f1a465a5eec323549c5c065.tar
patchwork-febad055fb6609369f1a465a5eec323549c5c065.tar.gz
requirements: Test older versions of DRF
We still care about Django 1.6 and 1.7, at least until 2.0 is released. Start testing REST functionality on these versions by using older versions. Signed-off-by: Stephen Finucane <stephen@that.guru>
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini4
1 files changed, 4 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index e55e3bd..d68588a 100644
--- a/tox.ini
+++ b/tox.ini
@@ -7,10 +7,14 @@ skipsdist = True
deps =
-r{toxinidir}/requirements-test.txt
django16: django>=1.6,<1.7
+ django16: djangorestframework>=3.2,<3.3
django17: django>=1.7,<1.8
+ django17: djangorestframework>=3.3,<3.4
django18: django>=1.8,<1.9
django19: django>=1.9,<1.10
django110: django>=1.10,<1.11
+ django{18,19,110}: djangorestframework>=3.5,<3.6
+ drf-nested-routers>=0.11.1,<0.12
setenv =
DJANGO_SETTINGS_MODULE = patchwork.settings.dev
PYTHONDONTWRITEBYTECODE = 1