diff --git a/.travis.yml b/.travis.yml index 7873dedf..17e75146 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,6 @@ # After changing this file, check it on: # http://lint.travis-ci.org/ +sudo: false language: python #python: @@ -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