summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorAshley Camba Garrido <ashwoods@gmail.com>2017-12-05 00:41:55 +0100
committerAshley Camba <ashwoods@gmail.com>2017-12-05 13:22:13 +0100
commit8fb2feb3495e9f5067cb7dd65849e936e0b370d5 (patch)
tree7c26773ae396c30ec24dd46d193ab0d5e2b93b3d /tox.ini
parentc7a0720159022eda8b3c3c236f61f27b1e474506 (diff)
downloadraven-8fb2feb3495e9f5067cb7dd65849e936e0b370d5.tar.gz
Fix tests by pinning pytest for python 3.3
Diffstat (limited to 'tox.ini')
-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