aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrendan Jackman <brendan.jackman@arm.com>2017-04-24 11:53:38 +0100
committerBrendan Jackman <brendan.jackman@arm.com>2017-04-24 11:53:38 +0100
commit207e543085bd09488da8e302ff3897426732b870 (patch)
tree75099c062a565c4bdde31f600877de630bce33a3
parent21860e981bede49f9da66a9c8f1421e4f7ec73a8 (diff)
downloadtrappy-207e543085bd09488da8e302ff3897426732b870.tar.gz
travis-ci: Use IPython below v6.0.0 to avoid Python 3.3 requirement
-rw-r--r--.travis.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index ba3b23c..2886473 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -11,7 +11,9 @@ install:
- pip install matplotlib
- pip install Cython --install-option="--no-cython-compile"
- pip install pandas
- - pip install ipython[all]
+ # IPython 6.0.0 requires Python 3.3. Use an older version so we can keep using
+ # Python 2.7
+ - pip install "ipython[all]<6.0.0"
env:
- MPLBACKEND=agg
script: nosetests