From 0eda4dcbe661e4c2d2f98a9457a5de8383a41309 Mon Sep 17 00:00:00 2001 From: Tim O'Donnell <timodonnell@gmail.com> Date: Fri, 13 Oct 2017 12:06:02 -0400 Subject: [PATCH] update travis --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 0d0bf9ff..079d7e82 100644 --- a/.travis.yml +++ b/.travis.yml @@ -29,7 +29,7 @@ addons: install: - > conda create -q -n test-environment python=$TRAVIS_PYTHON_VERSION - numpy scipy nose pandas matplotlib mkl-service tensorflow + numpy scipy nose pandas matplotlib mkl-service tensorflow theano - source activate test-environment - pip install pypandoc pylint - pip install -r requirements.txt -- GitLab