diff options
| author | Xavier Ordoquy | 2014-01-30 17:18:03 +0100 | 
|---|---|---|
| committer | Xavier Ordoquy | 2014-01-30 17:18:03 +0100 | 
| commit | ef742f2d46f4800490fb82122e8e809f1bbd8153 (patch) | |
| tree | ba83c364849605dce324e27dc00911f0022d3081 | |
| parent | 73e5b7e4b21baf87129509610fffe474a9d4ecaa (diff) | |
| download | django-rest-framework-ef742f2d46f4800490fb82122e8e809f1bbd8153.tar.bz2 | |
Upgraded django-oauth-plus
| -rw-r--r-- | .travis.yml | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/.travis.yml b/.travis.yml index 017dd581..001534b2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,7 +17,7 @@ install:    - pip install $DJANGO    - pip install defusedxml==0.3 Pillow    - "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.2.1; fi" +  - "if [[ ${TRAVIS_PYTHON_VERSION::1} != '3' ]]; then pip install django-oauth-plus==2.2.4; 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" | 
