aboutsummaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorTom Christie2012-12-19 23:12:57 +0000
committerTom Christie2012-12-19 23:12:57 +0000
commitc27295dcbdf89b3cbc10d6325833e428c66c0f2a (patch)
tree3057ae645bcbc7f3e8d8b73d32ea01452e5c7fc0 /tox.ini
parenta493c83248535c9fa7f78815b16bce7e88bf7966 (diff)
downloaddjango-rest-framework-c27295dcbdf89b3cbc10d6325833e428c66c0f2a.tar.bz2
Update minor Django versions in tox
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini8
1 files changed, 4 insertions, 4 deletions
diff --git a/tox.ini b/tox.ini
index 69eb3823..22c85e49 100644
--- a/tox.ini
+++ b/tox.ini
@@ -12,12 +12,12 @@ deps = https://github.com/django/django/zipball/master
[testenv:py2.7-django1.4]
basepython = python2.7
-deps = django==1.4.1
+deps = django==1.4.3
django-filter==0.5.4
[testenv:py2.7-django1.3]
basepython = python2.7
-deps = django==1.3.3
+deps = django==1.3.5
django-filter==0.5.4
[testenv:py2.6-django1.5]
@@ -27,10 +27,10 @@ deps = https://github.com/django/django/zipball/master
[testenv:py2.6-django1.4]
basepython = python2.6
-deps = django==1.4.1
+deps = django==1.4.3
django-filter==0.5.4
[testenv:py2.6-django1.3]
basepython = python2.6
-deps = django==1.3.3
+deps = django==1.3.5
django-filter==0.5.4