summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAshley Camba Garrido <ashwoods@gmail.com>2018-07-11 18:00:41 +0200
committerAshley Camba Garrido <ashwoods@gmail.com>2018-07-11 18:00:41 +0200
commita698fc406d2e0f26616f0163b2b22e1a3a5b30f5 (patch)
treefab1a35b665e2437dcf53e61a1bf8a0da3b8067d
parent03559bb05fd963e2be96372ae89fb0bce751d26d (diff)
downloadraven-a698fc406d2e0f26616f0163b2b22e1a3a5b30f5.tar.gz
Pin pytest-django version
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 284383c..07d4395 100644
--- a/tox.ini
+++ b/tox.ini
@@ -29,7 +29,7 @@ envlist =
deps =
py27: gevent
django-{16,17,18}: pytest-django<3.0
- django-{19,110,110,111,200,dev}: pytest-django>=3.0
+ django-{19,110,110,111,200,dev}: pytest-django>=3.0,<3.3
django-{18,19,110}: django-tastypie==0.14
django-16: Django>=1.6,<1.7
django-17: Django>=1.7,<1.8