diff options
| author | Tom Christie | 2013-03-07 09:01:53 +0000 | 
|---|---|---|
| committer | Tom Christie | 2013-03-07 09:01:53 +0000 | 
| commit | d4e3610e716f2fbbda32aefb972e604446054127 (patch) | |
| tree | db9daafbe8736d7c8854bd5ef4c310ad1dd6cb0b /tox.ini | |
| parent | ddd7125a63c5187483058bad27c94676b9b6c16e (diff) | |
| parent | 2eabc5c2b46d9f4cc7a467af849ff31397b9d7bf (diff) | |
| download | django-rest-framework-d4e3610e716f2fbbda32aefb972e604446054127.tar.bz2 | |
Merge & clean OAuth support
Diffstat (limited to 'tox.ini')
| -rw-r--r-- | tox.ini | 12 | 
1 files changed, 12 insertions, 0 deletions
| @@ -21,33 +21,45 @@ deps = django==1.5  basepython = python2.7  deps = django==1.5         django-filter==0.5.4 +       django-oauth-plus==2.0 +       oauth2==1.5.211  [testenv:py2.6-django1.5]  basepython = python2.6  deps = django==1.5         django-filter==0.5.4         defusedxml==0.3 +       django-oauth-plus==2.0 +       oauth2==1.5.211  [testenv:py2.7-django1.4]  basepython = python2.7  deps = django==1.4.3         django-filter==0.5.4         defusedxml==0.3 +       django-oauth-plus==2.0 +       oauth2==1.5.211  [testenv:py2.6-django1.4]  basepython = python2.6  deps = django==1.4.3         django-filter==0.5.4         defusedxml==0.3 +       django-oauth-plus==2.0 +       oauth2==1.5.211  [testenv:py2.7-django1.3]  basepython = python2.7  deps = django==1.3.5         django-filter==0.5.4         defusedxml==0.3 +       django-oauth-plus==2.0 +       oauth2==1.5.211  [testenv:py2.6-django1.3]  basepython = python2.6  deps = django==1.3.5         django-filter==0.5.4         defusedxml==0.3 +       django-oauth-plus==2.0 +       oauth2==1.5.211 | 
