Skip to content

Commit

Permalink
Upgraded Pillow version in travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
agschwender committed May 13, 2014
1 parent 67c657a commit 72d3121
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ virtualenv:
system_site_packages: true
before_install:
- sudo apt-get install libjpeg8-dev libfreetype6-dev zlib1g-dev
- sudo apt-get install libwebp-dev liblcms1-dev
- sudo apt-get install libwebp-dev liblcms2-dev
- sudo apt-get install python-numpy python-opencv
install:
- if [[ $TRAVIS_PYTHON_VERSION == '2.6' ]]; then pip install --use-mirrors unittest2; fi
- pip install --use-mirrors tornado==3.2.1 Pillow==2.3.1 coveralls
- pip install --use-mirrors tornado==3.2.1 Pillow==2.4.0 coveralls
- pip install --use-mirrors pep8==1.4.6 pyflakes==0.7.3
before_script:
- pep8 --exclude=test pilbox
Expand Down

0 comments on commit 72d3121

Please sign in to comment.