mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-02-02 20:54:42 +03:00
Update for Django 1.5
This commit is contained in:
parent
35331f5820
commit
6e6f6f2c7d
|
@ -7,7 +7,7 @@ python:
|
|||
- "3.3"
|
||||
|
||||
env:
|
||||
- DJANGO=https://www.djangoproject.com/download/1.5c1/tarball/
|
||||
- DJANGO="django==1.5 --use-mirrors"
|
||||
- DJANGO="django==1.4.3 --use-mirrors"
|
||||
- DJANGO="django==1.3.5 --use-mirrors"
|
||||
|
||||
|
|
8
tox.ini
8
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
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user