From c688ab18756bfe08be0e7e219dd6f2d8f3557ccc Mon Sep 17 00:00:00 2001 From: Mario Mulansky Date: Thu, 16 Oct 2014 11:30:13 +0200 Subject: travis fix --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index edb59c2..b687aaa 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,7 @@ python: - "2.7" install: - - sudo apt-get install cython + - pip install cython script: - python setup.py build_ext --inplace -- cgit v1.2.3