From 3255d9f61202001b55b724acb96a8f604ff98222 Mon Sep 17 00:00:00 2001 From: Charles Morton Date: Wed, 29 Aug 2018 11:15:25 -0700 Subject: [PATCH] Removed testing multiple numpy versions --- .travis.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.travis.yml b/.travis.yml index 5bf218e..2e81f5e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,13 +6,8 @@ python: - "3.6" - "3.7" -env: - - NUMPY=1.14 - - NUMPY=1.13 - install: - - pip install -q numpy==$NUMPY - - pip install pandas pytest pytz + - pip install numpy pandas pytest pytz script: - python -m pytest