aboutsummaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorTom Christie2013-03-07 17:43:13 +0000
committerTom Christie2013-03-07 17:43:13 +0000
commita4b33992a5e2affb710d0c16f2286d8ddc81f07c (patch)
tree29da9798f52a8ab1376f08b70d729e65caabebd3 /tox.ini
parent1d62594fa9ed87545a312681f999bbfa0237491b (diff)
parent5a56f92abf5f52ac153c4faa1b75af519c96a207 (diff)
downloaddjango-rest-framework-a4b33992a5e2affb710d0c16f2286d8ddc81f07c.tar.bz2
Merge OAuth2 work.
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini11
1 files changed, 9 insertions, 2 deletions
diff --git a/tox.ini b/tox.ini
index 22664d13..677c5d42 100644
--- a/tox.ini
+++ b/tox.ini
@@ -8,21 +8,23 @@ commands = {envpython} rest_framework/runtests/runtests.py
[testenv:py3.3-django1.5]
basepython = python3.3
deps = django==1.5
- https://github.com/alex/django-filter/archive/master.tar.gz
+ -egit+git://github.com/alex/django-filter.git#egg=django_filter
defusedxml==0.3
[testenv:py3.2-django1.5]
basepython = python3.2
deps = django==1.5
- https://github.com/alex/django-filter/archive/master.tar.gz
+ -egit+git://github.com/alex/django-filter.git#egg=django_filter
defusedxml==0.3
[testenv:py2.7-django1.5]
basepython = python2.7
deps = django==1.5
django-filter==0.5.4
+ defusedxml==0.3
django-oauth-plus==2.0
oauth2==1.5.211
+ django-oauth2-provider==0.2.3
[testenv:py2.6-django1.5]
basepython = python2.6
@@ -31,6 +33,7 @@ deps = django==1.5
defusedxml==0.3
django-oauth-plus==2.0
oauth2==1.5.211
+ django-oauth2-provider==0.2.3
[testenv:py2.7-django1.4]
basepython = python2.7
@@ -39,6 +42,7 @@ deps = django==1.4.3
defusedxml==0.3
django-oauth-plus==2.0
oauth2==1.5.211
+ django-oauth2-provider==0.2.3
[testenv:py2.6-django1.4]
basepython = python2.6
@@ -47,6 +51,7 @@ deps = django==1.4.3
defusedxml==0.3
django-oauth-plus==2.0
oauth2==1.5.211
+ django-oauth2-provider==0.2.3
[testenv:py2.7-django1.3]
basepython = python2.7
@@ -55,6 +60,7 @@ deps = django==1.3.5
defusedxml==0.3
django-oauth-plus==2.0
oauth2==1.5.211
+ django-oauth2-provider==0.2.3
[testenv:py2.6-django1.3]
basepython = python2.6
@@ -63,3 +69,4 @@ deps = django==1.3.5
defusedxml==0.3
django-oauth-plus==2.0
oauth2==1.5.211
+ django-oauth2-provider==0.2.3