Skip to content

Commit

Permalink
Using old pillow for python 2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Scondo committed Mar 17, 2017
1 parent 8f799c4 commit 3a21bfc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Expand Up @@ -32,6 +32,7 @@ matrix:

install:
- pip install argparse
- pip install "pillow<4 ; python_version < '2.7'"
- pip install pillow
- pip install -r pip_numpy.txt
- if [[ $TRAVIS_PYTHON_VERSION == '3.2' ]]; then pip install "coverage<4"; fi
Expand All @@ -51,4 +52,4 @@ after_success:
coveralls

notifications:
webhooks: https://coveralls.io/webhook?repo_token=w8NKB65QmekU0thmQV1E5yEaFpYIyUAYP
webhooks: https://coveralls.io/webhook?repo_token=w8NKB65QmekU0thmQV1E5yEaFpYIyUAYP

0 comments on commit 3a21bfc

Please sign in to comment.