From 2afcddffd808c5a062cf2d832839c738eff4bcf1 Mon Sep 17 00:00:00 2001 From: Michael Oliver Date: Sat, 15 Apr 2017 09:38:58 -0700 Subject: [PATCH] Use theano release rather than bleeding edge (#72) To match Keras tests --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 3e97d65..dabe547 100644 --- a/.travis.yml +++ b/.travis.yml @@ -34,7 +34,7 @@ install: - source activate test-environment - pip install pytest-cov python-coveralls pytest-xdist coverage==3.7.1 #we need this version of coverage for coveralls.io to work - pip install pep8 pytest-pep8 - - pip install git+git://github.com/Theano/Theano.git + - pip install theano - pip install git+git://github.com/fchollet/keras.git # install PIL for preprocessing tests