From 309f9e27347ccb963dcde5d6ae7b7f169e37609d Mon Sep 17 00:00:00 2001
From: Tim O'Donnell <timodonnell@gmail.com>
Date: Sun, 22 Mar 2020 14:42:09 -0400
Subject: [PATCH] install sphinx in travis

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

diff --git a/.travis.yml b/.travis.yml
index 8f911e46..2fa50f0e 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -25,7 +25,8 @@ addons:
 install:
   - >
       conda create -q -n test-environment python=$TRAVIS_PYTHON_VERSION
-      numpy scipy nose pandas matplotlib mkl-service 'tensorflow>=1.1.0,<2.0.0' pypandoc
+      numpy scipy nose pandas matplotlib mkl-service 'tensorflow>=1.1.0,<2.0.0'
+      pypandoc sphinx
   - source activate test-environment
   - pip install nose-timer
   - pip install -r requirements.txt
-- 
GitLab