Skip to content

Commit

Permalink
Bumped tested matplotlib version to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
philippjfr committed Feb 10, 2018
1 parent 05d2ca4 commit e0585ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ install:
- conda update -q conda
# Useful for debugging any issues with conda
- conda info -a
- conda create -q -n test-environment python=$TRAVIS_PYTHON_VERSION scipy=0.18.1 numpy freetype nose pandas=0.19.2 jupyter ipython=4.2.0 param pyqt=4 matplotlib=1.5.1 xarray
- conda create -q -n test-environment python=$TRAVIS_PYTHON_VERSION scipy=0.18.1 numpy freetype nose pandas=0.19.2 jupyter ipython=4.2.0 param matplotlib=2.1.2 xarray
- source activate test-environment
- conda install -c conda-forge iris sip=4.18 plotly flexx --quiet
- conda install -c conda-forge iris plotly flexx --quiet
- conda install -c bokeh datashader dask=0.13 bokeh=0.12.10 selenium
- if [[ "$TRAVIS_PYTHON_VERSION" == "3.4" ]]; then
conda install python=3.4.3;
Expand Down

0 comments on commit e0585ee

Please sign in to comment.