aboutsummaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorTom Christie2013-02-27 21:14:40 +0000
committerTom Christie2013-02-27 21:14:40 +0000
commit6e6f6f2c7d441a032e8c9a89cd8c37a820eaeaaa (patch)
tree0e08bdbc103c1f4f4a0c74bc84c109d4b8c09c99 /tox.ini
parent35331f5820cff9a5cd97ccff2c1cbbb8a5a62790 (diff)
downloaddjango-rest-framework-6e6f6f2c7d441a032e8c9a89cd8c37a820eaeaaa.tar.bz2
Update for Django 1.5
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 ee4db146..58d308ac 100644
--- a/tox.ini
+++ b/tox.ini
@@ -7,24 +7,24 @@ commands = {envpython} rest_framework/runtests/runtests.py
[testenv:py3.3-django1.5]
basepython = python3.3
-deps = https://www.djangoproject.com/download/1.5c1/tarball/
+deps = django==1.5
https://github.com/alex/django-filter/archive/master.tar.gz
defusedxml==0.3
[testenv:py3.2-django1.5]
basepython = python3.2
-deps = https://www.djangoproject.com/download/1.5c1/tarball/
+deps = django==1.5
https://github.com/alex/django-filter/archive/master.tar.gz
defusedxml==0.3
[testenv:py2.7-django1.5]
basepython = python2.7
-deps = https://www.djangoproject.com/download/1.5c1/tarball/
+deps = django==1.5
django-filter==0.5.4
[testenv:py2.6-django1.5]
basepython = python2.6
-deps = https://www.djangoproject.com/download/1.5c1/tarball/
+deps = django==1.5
django-filter==0.5.4
defusedxml==0.3