Use theano release rather than bleeding edge (#72)

To match Keras tests
This commit is contained in:
Michael Oliver
2017-04-15 09:38:58 -07:00
committed by GitHub
parent 3b528baf46
commit 2afcddffd8
+1 -1
View File
@@ -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