From 0bc7b25f596715f3e8d35fb5f2791e62808b537c Mon Sep 17 00:00:00 2001 From: Makoto Matsuyama Date: Sat, 3 Oct 2015 18:20:00 -0700 Subject: [PATCH] Upgrade Theano in Travis config --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index ed8e50477..d1aff11f8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,8 +12,9 @@ python: - "3.4" # command to install dependencies install: - - conda install --yes python=$TRAVIS_PYTHON_VERSION numpy scipy matplotlib pandas pytest h5py theano + - conda install --yes python=$TRAVIS_PYTHON_VERSION numpy scipy matplotlib pandas pytest h5py - pip install pytest-cov python-coveralls + - pip install git+git://github.com/Theano/Theano.git # command to run tests script: - PYTHONPATH=$PWD:$PYTHONPATH py.test -v --cov-report term-missing --cov keras tests/