Skip to content

Commit

Permalink
Pinned matplotlib to 1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
philippjfr committed Sep 23, 2016
1 parent 92f3187 commit dedcd4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ install:
- conda info -a
- conda create -q -n test-environment python=$TRAVIS_PYTHON_VERSION scipy numpy freetype nose bokeh pandas jupyter ipython=4.2.0 param
- source activate test-environment
- conda install -c conda-forge -c scitools iris matplotlib sip=4.18 xarray
- conda install -c conda-forge -c scitools iris matplotlib=1.5.1 sip=4.18 xarray
- if [[ "$TRAVIS_PYTHON_VERSION" == "3.4" ]]; then
conda install python=3.4.3;
fi
Expand Down

0 comments on commit dedcd4e

Please sign in to comment.