summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAshley Camba Garrido <ashwoods@gmail.com>2017-12-05 00:41:55 +0100
committerAshley Camba Garrido <ashwoods@gmail.com>2017-12-05 00:41:55 +0100
commit4ed37d6e4b8d3dbf7aa3fa9f700b5d535b0c9ad9 (patch)
tree7c26773ae396c30ec24dd46d193ab0d5e2b93b3d
parent959e9a3f38b18bd9cab6af4a67d362563f6706f0 (diff)
downloadraven-fix-django-200-resolver.tar.gz
Fix tests by pinning pytest for python 3.3fix-django-200-resolver
-rw-r--r--tox.ini1
1 files changed, 1 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index 06e0cb8..c5c227b 100644
--- a/tox.ini
+++ b/tox.ini
@@ -27,6 +27,7 @@ envlist =
[testenv]
deps =
py27: gevent
+ py33: pytest<3.3.0
django-{16,17,18}: pytest-django<3.0
django-{19,110,110}: pytest-django>=3.0
django-{18,19,110}: django-tastypie==0.14