diff options
| author | Bruno ReniƩ | 2013-11-08 11:58:14 +0100 | 
|---|---|---|
| committer | Bruno ReniƩ | 2013-11-08 11:58:14 +0100 | 
| commit | 1296753b5c55de19e057eb6fde73da2b41f7032b (patch) | |
| tree | 34668d1eb15d254d113197c51b2f90675e4c0cdb /tox.ini | |
| parent | 97430c0d9c608728eb7dc135b9aac4d5327b9247 (diff) | |
| download | django-rest-framework-1296753b5c55de19e057eb6fde73da2b41f7032b.tar.bz2 | |
Updated versions in tox and travis config
Diffstat (limited to 'tox.ini')
| -rw-r--r-- | tox.ini | 20 | 
1 files changed, 10 insertions, 10 deletions
| @@ -7,19 +7,19 @@ commands = {envpython} rest_framework/runtests/runtests.py  [testenv:py3.3-django1.6]  basepython = python3.3 -deps = https://www.djangoproject.com/download/1.6a1/tarball/ +deps = Django==1.6         django-filter==0.6a1         defusedxml==0.3  [testenv:py3.2-django1.6]  basepython = python3.2 -deps = https://www.djangoproject.com/download/1.6a1/tarball/ +deps = Django==1.6         django-filter==0.6a1         defusedxml==0.3  [testenv:py2.7-django1.6]  basepython = python2.7 -deps = https://www.djangoproject.com/download/1.6a1/tarball/ +deps = Django==1.6         django-filter==0.6a1         defusedxml==0.3         django-oauth-plus==2.0 @@ -29,7 +29,7 @@ deps = https://www.djangoproject.com/download/1.6a1/tarball/  [testenv:py2.6-django1.6]  basepython = python2.6 -deps = https://www.djangoproject.com/download/1.6a1/tarball/ +deps = Django==1.6         django-filter==0.6a1         defusedxml==0.3         django-oauth-plus==2.0 @@ -39,19 +39,19 @@ deps = https://www.djangoproject.com/download/1.6a1/tarball/  [testenv:py3.3-django1.5]  basepython = python3.3 -deps = django==1.5 +deps = django==1.5.5         django-filter==0.6a1         defusedxml==0.3  [testenv:py3.2-django1.5]  basepython = python3.2 -deps = django==1.5 +deps = django==1.5.5         django-filter==0.6a1         defusedxml==0.3  [testenv:py2.7-django1.5]  basepython = python2.7 -deps = django==1.5 +deps = django==1.5.5         django-filter==0.6a1         defusedxml==0.3         django-oauth-plus==2.0 @@ -61,7 +61,7 @@ deps = django==1.5  [testenv:py2.6-django1.5]  basepython = python2.6 -deps = django==1.5 +deps = django==1.5.5         django-filter==0.6a1         defusedxml==0.3         django-oauth-plus==2.0 @@ -71,7 +71,7 @@ deps = django==1.5  [testenv:py2.7-django1.4]  basepython = python2.7 -deps = django==1.4.3 +deps = django==1.4.10         django-filter==0.6a1         defusedxml==0.3         django-oauth-plus==2.0 @@ -81,7 +81,7 @@ deps = django==1.4.3  [testenv:py2.6-django1.4]  basepython = python2.6 -deps = django==1.4.3 +deps = django==1.4.10         django-filter==0.6a1         defusedxml==0.3         django-oauth-plus==2.0 | 
