Skip to content

Commit fcb7081

Browse files
committed
Merge pull request lisa-lab#120 from nouiz/master2
Fix travis, newer scipy version in miniconda have problems with gfortran
2 parents 321a6e1 + b3c4a9e commit fcb7081

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# After changing this file, check it on:
22
# http://lint.travis-ci.org/
3+
sudo: false
34

45
language: python
56
#python:
@@ -14,7 +15,7 @@ before_install:
1415
- conda update --yes conda
1516

1617
install:
17-
- conda create --yes -q -n pyenv mkl python=2.7 numpy scipy pip nose yaml pyflakes pillow pyparsing=1.5
18+
- 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
1819
- source activate pyenv
1920
- pip install git+git://github.com/Theano/Theano.git
2021

0 commit comments

Comments
 (0)