summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorRaphaël Barrois <raphael.barrois@polyconseil.fr>2013-12-25 01:47:12 +0100
committerRaphaël Barrois <raphael.barrois@polyconseil.fr>2013-12-25 01:47:12 +0100
commit20a0956ca96c5c75c01c217dd00d0378e81da84b (patch)
treed766c40b6fbbf588081c3ad710832252e4ad8353 /.travis.yml
parent09c0258f30429970993b5cbc6de603bb0fabcce7 (diff)
downloadfactory-boy-20a0956ca96c5c75c01c217dd00d0378e81da84b.tar
factory-boy-20a0956ca96c5c75c01c217dd00d0378e81da84b.tar.gz
Typo in .travis.yml
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index e3617e4..2bfb978 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -13,7 +13,7 @@ script:
install:
- if [[ $TRAVIS_PYTHON_VERSION = 2.6 ]]; then pip install unittest2 --use-mirrors; fi
- pip install Django sqlalchemy --use-mirrors
- - if ! python --version 2>&1 | grep -q -i pypy ; then pip install Pillow --use-mirrors
+ - if ! python --version 2>&1 | grep -q -i pypy ; then pip install Pillow --use-mirrors; fi
notifications:
email: false