aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorTom Christie2014-03-07 14:15:56 +0000
committerTom Christie2014-03-07 14:15:56 +0000
commit4001cd74ed46dd8bf56518e2e8f64e6152d4d480 (patch)
treee658becf48957714af9deed9ce22c0dfaf7e714a /.travis.yml
parent35787fb3ca3081d13b7e97cd540e3c30a1c90f18 (diff)
downloaddjango-rest-framework-4001cd74ed46dd8bf56518e2e8f64e6152d4d480.tar.bz2
Pin pillow to 2.3.0
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index c165d8d5..f6b4753d 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -15,7 +15,7 @@ env:
install:
- pip install $DJANGO
- - pip install defusedxml==0.3 Pillow
+ - pip install defusedxml==0.3 Pillow==2.3.0
- "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.4; fi"
- "if [[ ${TRAVIS_PYTHON_VERSION::1} != '3' ]]; then pip install django-oauth2-provider==0.2.4; fi"