diff --git a/.travis.yml b/.travis.yml index 52da491b0..b6fe40526 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,6 +14,7 @@ before_install: # Install packages install: - conda install --yes python=2.7 numpy scipy matplotlib pandas pytest h5py - - pip install --user --no-deps Keras==0.3.1 Theano==0.7.0 + - pip install --user --no-deps Keras==0.3.1 -e git://github.com/Theano/Theano.git#egg=Theano + # run unit tests script: python -m unittest discover \ No newline at end of file diff --git a/requirements.txt b/requirements.txt index a4eb6bb10..0dfd80784 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,5 +3,5 @@ numpy==1.10.4 PyYAML==3.11 scipy==0.17.0 six==1.10.0 -Theano==0.7.0 +-e git://github.com/Theano/Theano.git@eab9cf5d594bac251df57885509394d2c52ccd1a#egg=Theano wheel==0.29.0