Skip to content

Commit

Permalink
Require Pillow version < 4.0.0 for Python 2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
pnuu committed Feb 6, 2017
1 parent 1b127b7 commit 7994434
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -3,6 +3,7 @@ python:
- '2.6'
- '2.7'
install:
- if [[ $TRAVIS_PYTHON_VERSION == "2.6" ]]; then pip install "pillow<4.0.0"; fi
- pip install .
- pip install coveralls
- pip install pyorbital
Expand Down

0 comments on commit 7994434

Please sign in to comment.