From 5e872d3040c2b53c35c371c3ce03a461dc1dc0d3 Mon Sep 17 00:00:00 2001 From: Bertrand Bordage Date: Sun, 24 May 2015 17:59:03 +0200 Subject: [PATCH] Updates tox.ini for the latest django-redis version. --- tox.ini | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/tox.ini b/tox.ini index ac8c51a..cbf635e 100644 --- a/tox.ini +++ b/tox.ini @@ -15,10 +15,11 @@ basepython = deps = coverage django1.6: Django>=1.6,<1.7 + django1.6: South + django1.6: django-redis<4 django1.7: Django>=1.7,<1.8 - South + django1.7: django-redis>=4.0.0 psycopg2 - django-redis py2.6: unittest2 py{2.6,2.7}: MySQL-python py{2.6,2.7}: python-memcached