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