summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorRaphaël Barrois <raphael.barrois@polytechnique.org>2014-09-03 23:47:14 +0200
committerRaphaël Barrois <raphael.barrois@polytechnique.org>2014-09-03 23:47:14 +0200
commit5e4edb44daf54a4c34703319bdb9467ca7b3de8d (patch)
tree2703d06092b28c6553a6c99bfa11e7fde666c79a /.travis.yml
parent251c9ef081bdb9233b4885d23501afc3b26324c1 (diff)
downloadfactory-boy-5e4edb44daf54a4c34703319bdb9467ca7b3de8d.tar
factory-boy-5e4edb44daf54a4c34703319bdb9467ca7b3de8d.tar.gz
Django1.7 is out, let's not test it on Python2.6
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 2bfb978..eceada3 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -12,7 +12,8 @@ script:
install:
- if [[ $TRAVIS_PYTHON_VERSION = 2.6 ]]; then pip install unittest2 --use-mirrors; fi
- - pip install Django sqlalchemy --use-mirrors
+ - if [[ $TRAVIS_PYTHON_VERSION = 2.6 ]]; then pip install Django<1.7 --use-mirrors; else pip install Django; fi
+ - pip install sqlalchemy --use-mirrors
- if ! python --version 2>&1 | grep -q -i pypy ; then pip install Pillow --use-mirrors; fi
notifications: