summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorStephen Finucane <stephen@that.guru>2018-09-13 15:47:49 -0600
committerStephen Finucane <stephen@that.guru>2018-10-06 17:43:38 +0100
commitfe8f9a31ce710307c4640b0802895b19a457f862 (patch)
treee433b39ce0917168666cdbe12dd3710683a46e6f /tox.ini
parent8eb3719a1f9afb0d9755b36d69af5334b0971a34 (diff)
downloadpatchwork-fe8f9a31ce710307c4640b0802895b19a457f862.tar
patchwork-fe8f9a31ce710307c4640b0802895b19a457f862.tar.gz
Add support for Django 2.1
For once, this just works. Yay! Signed-off-by: Stephen Finucane <stephen@that.guru>
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini7
1 files changed, 4 insertions, 3 deletions
diff --git a/tox.ini b/tox.ini
index da2a506..357c7d0 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,6 +1,6 @@
[tox]
minversion = 2.0
-envlist = pep8,docs,py{27,34}-django111,py{35,36}-django{111,20}
+envlist = pep8,docs,py{27,34}-django111,py{35,36}-django{111,20,21}
skipsdist = True
[testenv]
@@ -11,8 +11,9 @@ deps =
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
- django20: djangorestframework>=3.7,<3.9
- django20: django-filter>=2.0,<3.0
+ django21: django>=2.1,<2.2
+ django{20,21}: djangorestframework>=3.7,<3.9
+ django{20,21}: django-filter>=2.0,<3.0
setenv =
DJANGO_SETTINGS_MODULE = patchwork.settings.dev
PYTHONDONTWRITEBYTECODE = 1