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