We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 321a6e1 + b3c4a9e commit fcb7081Copy full SHA for fcb7081
.travis.yml
@@ -1,5 +1,6 @@
1
# After changing this file, check it on:
2
# http://lint.travis-ci.org/
3
+sudo: false
4
5
language: python
6
#python:
@@ -14,7 +15,7 @@ before_install:
14
15
- conda update --yes conda
16
17
install:
- - 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
19
- source activate pyenv
20
- pip install git+git://github.com/Theano/Theano.git
21
0 commit comments