From 53c87b4f96b4328170e80ec094680845918217ad Mon Sep 17 00:00:00 2001
From: Tim O'Donnell <timodonnell@gmail.com>
Date: Thu, 28 Jun 2018 11:35:03 -0400
Subject: [PATCH] Update travis

---
 .travis.yml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index 1b9cd282..08682202 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -29,8 +29,9 @@ addons:
 install:
   - >
       conda create -q -n test-environment python=$TRAVIS_PYTHON_VERSION
-      numpy scipy nose pandas matplotlib mkl-service tensorflow theano
+      numpy scipy nose pandas matplotlib mkl-service theano
   - source activate test-environment
+  - pip install https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow-1.8.0-cp34-cp34m-linux_x86_64.whl
   - pip install pypandoc pylint
   - pip install -r requirements.txt
   - pip install .
-- 
GitLab