From 601079dab3586be0e817cb36151400de6f0d97e6 Mon Sep 17 00:00:00 2001 From: Rowan Cockett Date: Tue, 10 Nov 2015 17:57:43 -0800 Subject: [PATCH] Oh Travis. Just build the cython, please?! --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 0705506f..39a3925b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -26,6 +26,7 @@ install: - pip install nose-cov python-coveralls # - pip install -r requirements.txt - python setup.py install + - python setup.py build_ext --inplace # Run test script: