summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorRaphaël Barrois <raphael.barrois@polytechnique.org>2013-06-27 01:30:14 +0200
committerRaphaël Barrois <raphael.barrois@polytechnique.org>2013-06-27 01:30:14 +0200
commit859703cc8c7fdb29b9fff67133266a15f036e48d (patch)
tree6e4dad86bdb66ef2804843618a2338fc9b8ca0ff /.travis.yml
parent29d436259c7557132dcc13dee73e940129df93eb (diff)
downloadfactory-boy-859703cc8c7fdb29b9fff67133266a15f036e48d.tar
factory-boy-859703cc8c7fdb29b9fff67133266a15f036e48d.tar.gz
Install Pillow on travis.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml3
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