Skip to content

Commit

Permalink
Merge pull request #544 from ioam/travis_fortran_fix
Browse files Browse the repository at this point in the history
Fixing Travis issue with libgfortran
  • Loading branch information
philippjfr committed Mar 8, 2016
2 parents 5011935 + db98a60 commit b70b7e7
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 scipy=0.16 numpy=1.9.1 freetype=2.5.2 nose matplotlib bokeh pandas jupyter ipython param
- conda create -q -n test-environment python=$TRAVIS_PYTHON_VERSION scipy numpy=1.9.3 freetype=2.5.2 nose matplotlib bokeh pandas jupyter ipython param
- source activate test-environment
- if [[ "$TRAVIS_PYTHON_VERSION" == "3.4" ]]; then
conda install python=3.4.3;
Expand Down

0 comments on commit b70b7e7

Please sign in to comment.