From 1fb3bce1cb7022ae58f5818f195cd8f0ecacebd5 Mon Sep 17 00:00:00 2001
From: Tim O'Donnell <timodonnell@gmail.com>
Date: Fri, 6 Sep 2019 17:20:17 -0400
Subject: [PATCH] fix

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

diff --git a/.travis.yml b/.travis.yml
index 2ca6ca2f..08b33360 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -26,8 +26,9 @@ addons:
 install:
   - >
       conda create -q -n test-environment python=$TRAVIS_PYTHON_VERSION
-      numpy scipy nose nose-timer pandas matplotlib mkl-service tensorflow pypandoc
+      numpy scipy nose pandas matplotlib mkl-service tensorflow pypandoc
   - source activate test-environment
+  - pip install nose-timer
   - pip install -r requirements.txt
   - pip install .
   - pip freeze
-- 
GitLab