From b7bd7483c40db7524e5039dc61c9f79f88dbe7af Mon Sep 17 00:00:00 2001 From: Alicia Schep Date: Thu, 16 Feb 2017 20:19:36 -0800 Subject: [PATCH] update travis --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 27d27fd..7fb309d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,6 +3,8 @@ python: - "2.7" - "2.7.3" install: + - pip install --upgrade pip setuptools wheel + - pip install --only-binary=numpy,scipy numpy scipy - pip install . script: python tests.py