Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# After changing this file, check it on:
# http://lint.travis-ci.org/
sudo: false

language: python
#python:
Expand All @@ -14,7 +15,7 @@ before_install:
- conda update --yes conda

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

Expand Down