Skip to content

Commit 95cfe74

Browse files
committed
Fix travis, newer scipy version in miniconda have problems with gfortran
1 parent 321a6e1 commit 95cfe74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ before_install:
1414
- conda update --yes conda
1515

1616
install:
17-
- conda create --yes -q -n pyenv mkl python=2.7 numpy scipy pip nose yaml pyflakes pillow pyparsing=1.5
17+
- conda create --yes -q -n pyenv mkl python=2.7 numpy=1.10 scipy=0.16.0 pip nose yaml pyflakes pillow pyparsing=1.5
1818
- source activate pyenv
1919
- pip install git+git://github.com/Theano/Theano.git
2020

0 commit comments

Comments
 (0)