Commit 0cbdbd24 by Xavier Ordoquy

Updated the tox file.

parent 5429c280
...@@ -12,34 +12,34 @@ commands = {envpython} rest_framework/runtests/runtests.py ...@@ -12,34 +12,34 @@ commands = {envpython} rest_framework/runtests/runtests.py
[testenv:py3.4-django1.7] [testenv:py3.4-django1.7]
basepython = python3.4 basepython = python3.4
deps = https://www.djangoproject.com/download/1.7b2/tarball/ deps = https://www.djangoproject.com/download/1.7c2/tarball/
django-filter==0.7 django-filter==0.7
defusedxml==0.3 defusedxml==0.3
Pillow==2.3.0 Pillow==2.3.0
[testenv:py3.3-django1.7] [testenv:py3.3-django1.7]
basepython = python3.3 basepython = python3.3
deps = https://www.djangoproject.com/download/1.7b2/tarball/ deps = https://www.djangoproject.com/download/1.7c2/tarball/
django-filter==0.7 django-filter==0.7
defusedxml==0.3 defusedxml==0.3
Pillow==2.3.0 Pillow==2.3.0
[testenv:py3.2-django1.7] [testenv:py3.2-django1.7]
basepython = python3.2 basepython = python3.2
deps = https://www.djangoproject.com/download/1.7b2/tarball/ deps = https://www.djangoproject.com/download/1.7c2/tarball/
django-filter==0.7 django-filter==0.7
defusedxml==0.3 defusedxml==0.3
Pillow==2.3.0 Pillow==2.3.0
[testenv:py2.7-django1.7] [testenv:py2.7-django1.7]
basepython = python2.7 basepython = python2.7
deps = https://www.djangoproject.com/download/1.7b2/tarball/ deps = https://www.djangoproject.com/download/1.7c2/tarball/
django-filter==0.7 django-filter==0.7
defusedxml==0.3 defusedxml==0.3
django-oauth-plus==2.2.1 # django-oauth-plus==2.2.1
oauth2==1.5.211 # oauth2==1.5.211
django-oauth2-provider==0.2.4 # django-oauth2-provider==0.2.4
django-guardian==1.1.1 django-guardian==1.2.3
Pillow==2.3.0 Pillow==2.3.0
[testenv:py3.4-django1.6] [testenv:py3.4-django1.6]
...@@ -71,7 +71,7 @@ deps = Django==1.6.3 ...@@ -71,7 +71,7 @@ deps = Django==1.6.3
django-oauth-plus==2.2.1 django-oauth-plus==2.2.1
oauth2==1.5.211 oauth2==1.5.211
django-oauth2-provider==0.2.4 django-oauth2-provider==0.2.4
django-guardian==1.1.1 django-guardian==1.2.3
Pillow==2.3.0 Pillow==2.3.0
[testenv:py2.6-django1.6] [testenv:py2.6-django1.6]
...@@ -82,7 +82,7 @@ deps = Django==1.6.3 ...@@ -82,7 +82,7 @@ deps = Django==1.6.3
django-oauth-plus==2.2.1 django-oauth-plus==2.2.1
oauth2==1.5.211 oauth2==1.5.211
django-oauth2-provider==0.2.4 django-oauth2-provider==0.2.4
django-guardian==1.1.1 django-guardian==1.2.3
Pillow==2.3.0 Pillow==2.3.0
[testenv:py3.4-django1.5] [testenv:py3.4-django1.5]
...@@ -114,7 +114,7 @@ deps = django==1.5.6 ...@@ -114,7 +114,7 @@ deps = django==1.5.6
django-oauth-plus==2.2.1 django-oauth-plus==2.2.1
oauth2==1.5.211 oauth2==1.5.211
django-oauth2-provider==0.2.3 django-oauth2-provider==0.2.3
django-guardian==1.1.1 django-guardian==1.2.3
Pillow==2.3.0 Pillow==2.3.0
[testenv:py2.6-django1.5] [testenv:py2.6-django1.5]
...@@ -125,7 +125,7 @@ deps = django==1.5.6 ...@@ -125,7 +125,7 @@ deps = django==1.5.6
django-oauth-plus==2.2.1 django-oauth-plus==2.2.1
oauth2==1.5.211 oauth2==1.5.211
django-oauth2-provider==0.2.3 django-oauth2-provider==0.2.3
django-guardian==1.1.1 django-guardian==1.2.3
Pillow==2.3.0 Pillow==2.3.0
[testenv:py2.7-django1.4] [testenv:py2.7-django1.4]
...@@ -136,7 +136,7 @@ deps = django==1.4.11 ...@@ -136,7 +136,7 @@ deps = django==1.4.11
django-oauth-plus==2.2.1 django-oauth-plus==2.2.1
oauth2==1.5.211 oauth2==1.5.211
django-oauth2-provider==0.2.3 django-oauth2-provider==0.2.3
django-guardian==1.1.1 django-guardian==1.2.3
Pillow==2.3.0 Pillow==2.3.0
[testenv:py2.6-django1.4] [testenv:py2.6-django1.4]
...@@ -147,7 +147,7 @@ deps = django==1.4.11 ...@@ -147,7 +147,7 @@ deps = django==1.4.11
django-oauth-plus==2.2.1 django-oauth-plus==2.2.1
oauth2==1.5.211 oauth2==1.5.211
django-oauth2-provider==0.2.3 django-oauth2-provider==0.2.3
django-guardian==1.1.1 django-guardian==1.2.3
Pillow==2.3.0 Pillow==2.3.0
[testenv:py2.7-django1.3] [testenv:py2.7-django1.3]
...@@ -158,7 +158,7 @@ deps = django==1.3.5 ...@@ -158,7 +158,7 @@ deps = django==1.3.5
django-oauth-plus==2.2.1 django-oauth-plus==2.2.1
oauth2==1.5.211 oauth2==1.5.211
django-oauth2-provider==0.2.3 django-oauth2-provider==0.2.3
django-guardian==1.1.1 django-guardian==1.2.3
Pillow==2.3.0 Pillow==2.3.0
[testenv:py2.6-django1.3] [testenv:py2.6-django1.3]
...@@ -169,5 +169,5 @@ deps = django==1.3.5 ...@@ -169,5 +169,5 @@ deps = django==1.3.5
django-oauth-plus==2.2.1 django-oauth-plus==2.2.1
oauth2==1.5.211 oauth2==1.5.211
django-oauth2-provider==0.2.3 django-oauth2-provider==0.2.3
django-guardian==1.1.1 django-guardian==1.2.3
Pillow==2.3.0 Pillow==2.3.0
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment