diff options
author | Raphaël Barrois <raphael.barrois@polytechnique.org> | 2013-06-27 01:30:14 +0200 |
---|---|---|
committer | Raphaël Barrois <raphael.barrois@polytechnique.org> | 2013-06-27 01:30:14 +0200 |
commit | 859703cc8c7fdb29b9fff67133266a15f036e48d (patch) | |
tree | 6e4dad86bdb66ef2804843618a2338fc9b8ca0ff | |
parent | 29d436259c7557132dcc13dee73e940129df93eb (diff) | |
download | factory-boy-859703cc8c7fdb29b9fff67133266a15f036e48d.tar factory-boy-859703cc8c7fdb29b9fff67133266a15f036e48d.tar.gz |
Install Pillow on travis.
-rw-r--r-- | .travis.yml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index ee43db3..3edfd11 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,8 +12,7 @@ script: install: - if [[ $TRAVIS_PYTHON_VERSION = 2.6 ]]; then pip install unittest2 --use-mirrors; fi - - pip install Django --use-mirrors - - pip install sqlalchemy --use-mirrors + - pip install Django Pillow sqlalchemy --use-mirrors notifications: email: false |