diff options
| -rw-r--r-- | .travis.yml | 2 | ||||
| -rw-r--r-- | tox.ini | 16 | 
2 files changed, 9 insertions, 9 deletions
| diff --git a/.travis.yml b/.travis.yml index bcf1bae0..18fe66ab 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,7 +16,7 @@ install:    - pip install $DJANGO    - pip install defusedxml==0.3    - "if [[ ${TRAVIS_PYTHON_VERSION::1} != '3' ]]; then pip install oauth2==1.5.211; fi" -  - "if [[ ${TRAVIS_PYTHON_VERSION::1} != '3' ]]; then pip install django-oauth-plus==2.0; fi" +  - "if [[ ${TRAVIS_PYTHON_VERSION::1} != '3' ]]; then pip install django-oauth-plus==2.2.1; fi"    - "if [[ ${TRAVIS_PYTHON_VERSION::1} != '3' ]]; then pip install django-oauth2-provider==0.2.4; fi"    - "if [[ ${TRAVIS_PYTHON_VERSION::1} != '3' ]]; then pip install django-guardian==1.1.1; fi"    - "if [[ ${DJANGO::11} == 'django==1.3' ]]; then pip install django-filter==0.5.4; fi" @@ -22,7 +22,7 @@ basepython = python2.7  deps = Django==1.6         django-filter==0.6a1         defusedxml==0.3 -       django-oauth-plus==2.0 +       django-oauth-plus==2.2.1         oauth2==1.5.211         django-oauth2-provider==0.2.4         django-guardian==1.1.1 @@ -32,7 +32,7 @@ basepython = python2.6  deps = Django==1.6         django-filter==0.6a1         defusedxml==0.3 -       django-oauth-plus==2.0 +       django-oauth-plus==2.2.1         oauth2==1.5.211         django-oauth2-provider==0.2.4         django-guardian==1.1.1 @@ -54,7 +54,7 @@ basepython = python2.7  deps = django==1.5.5         django-filter==0.6a1         defusedxml==0.3 -       django-oauth-plus==2.0 +       django-oauth-plus==2.2.1         oauth2==1.5.211         django-oauth2-provider==0.2.3         django-guardian==1.1.1 @@ -64,7 +64,7 @@ basepython = python2.6  deps = django==1.5.5         django-filter==0.6a1         defusedxml==0.3 -       django-oauth-plus==2.0 +       django-oauth-plus==2.2.1         oauth2==1.5.211         django-oauth2-provider==0.2.3         django-guardian==1.1.1 @@ -74,7 +74,7 @@ basepython = python2.7  deps = django==1.4.10         django-filter==0.6a1         defusedxml==0.3 -       django-oauth-plus==2.0 +       django-oauth-plus==2.2.1         oauth2==1.5.211         django-oauth2-provider==0.2.3         django-guardian==1.1.1 @@ -84,7 +84,7 @@ basepython = python2.6  deps = django==1.4.10         django-filter==0.6a1         defusedxml==0.3 -       django-oauth-plus==2.0 +       django-oauth-plus==2.2.1         oauth2==1.5.211         django-oauth2-provider==0.2.3         django-guardian==1.1.1 @@ -94,7 +94,7 @@ basepython = python2.7  deps = django==1.3.5         django-filter==0.5.4         defusedxml==0.3 -       django-oauth-plus==2.0 +       django-oauth-plus==2.2.1         oauth2==1.5.211         django-oauth2-provider==0.2.3         django-guardian==1.1.1 @@ -104,7 +104,7 @@ basepython = python2.6  deps = django==1.3.5         django-filter==0.5.4         defusedxml==0.3 -       django-oauth-plus==2.0 +       django-oauth-plus==2.2.1         oauth2==1.5.211         django-oauth2-provider==0.2.3         django-guardian==1.1.1 | 
