From a0a29e8b0c293b7d90beb3468e3f6d72fc14a440 Mon Sep 17 00:00:00 2001 From: Alicia Schep Date: Thu, 16 Feb 2017 20:39:23 -0800 Subject: [PATCH] test --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 7fb309d..b65d1a3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,6 +4,7 @@ python: - "2.7.3" install: - pip install --upgrade pip setuptools wheel + - pip intall cython==0.23.4 - pip install --only-binary=numpy,scipy numpy scipy - pip install . script: python tests.py