Skip to content

Commit

Permalink
Pinning SciPy to version 0.16 on Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
jlstevens committed Mar 8, 2016
1 parent d0d7066 commit 687dd27
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 @@ -23,7 +23,7 @@ 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 nose libgfortran numpy=1.9.1 matplotlib bokeh pandas scipy jupyter ipython param freetype=2.5.2
- conda create -q -n test-environment python=$TRAVIS_PYTHON_VERSION nose numpy=1.9.1 matplotlib bokeh pandas scipy=0.16 jupyter ipython param freetype=2.5.2
- source activate test-environment
- if [[ "$TRAVIS_PYTHON_VERSION" == "3.4" ]]; then
conda install python=3.4.3;
Expand Down

0 comments on commit 687dd27

Please sign in to comment.