diff options
| author | Tom Christie | 2012-12-19 23:12:57 +0000 |
|---|---|---|
| committer | Tom Christie | 2012-12-19 23:12:57 +0000 |
| commit | c27295dcbdf89b3cbc10d6325833e428c66c0f2a (patch) | |
| tree | 3057ae645bcbc7f3e8d8b73d32ea01452e5c7fc0 | |
| parent | a493c83248535c9fa7f78815b16bce7e88bf7966 (diff) | |
| download | django-rest-framework-c27295dcbdf89b3cbc10d6325833e428c66c0f2a.tar.bz2 | |
Update minor Django versions in tox
| -rw-r--r-- | tox.ini | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -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 |
