From 2292112affc37dbdb66bf2dfaf5a2ecd157d2623 Mon Sep 17 00:00:00 2001
From: Tim O'Donnell <timodonnell@gmail.com>
Date: Sun, 22 Mar 2020 15:36:10 -0400
Subject: [PATCH] install numpydoc in travis

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

diff --git a/.travis.yml b/.travis.yml
index 2fa50f0e..b1f796a7 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -26,7 +26,7 @@ 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 sphinx
+      pypandoc sphinx numpydoc
   - source activate test-environment
   - pip install nose-timer
   - pip install -r requirements.txt
-- 
GitLab