aboutsummaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini6
1 files changed, 3 insertions, 3 deletions
diff --git a/tox.ini b/tox.ini
index 47fdf67f..eac17ede 100644
--- a/tox.ini
+++ b/tox.ini
@@ -7,22 +7,22 @@ commands = {envpython} rest_framework/runtests/runtests.py
[testenv:py3.3-django1.7]
basepython = python3.3
-deps = https://www.djangoproject.com/download/1.7a2/tarball/
django-filter==0.6a1
+deps = https://www.djangoproject.com/download/1.7b1/tarball/
defusedxml==0.3
Pillow==2.3.0
[testenv:py3.2-django1.7]
basepython = python3.2
-deps = https://www.djangoproject.com/download/1.7a2/tarball/
django-filter==0.6a1
+deps = https://www.djangoproject.com/download/1.7b1/tarball/
defusedxml==0.3
Pillow==2.3.0
[testenv:py2.7-django1.7]
basepython = python2.7
-deps = https://www.djangoproject.com/download/1.7a2/tarball/
django-filter==0.6a1
+deps = https://www.djangoproject.com/download/1.7b1/tarball/
defusedxml==0.3
django-oauth-plus==2.2.1
oauth2==1.5.211