From 6874f5f2d59870a0dd8d0105e10066678fb14b96 Mon Sep 17 00:00:00 2001 From: Gertjan van den Burg Date: Wed, 20 Nov 2019 16:07:18 +0000 Subject: Add cython as a requirement for tests This seems weird, but it seems that the sklearn build fails without cython. --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 19a50e2..e9e39f4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,6 +15,7 @@ matrix: - CC="gcc" - PYTHON="python3" - PIP="pip3" + - CIBW_TEST_REQUIRES="Cython" - CIBW_BEFORE_BUILD="yum install -y atlas-devel lapack-devel && pip install numpy Cython" - os: osx @@ -29,6 +30,7 @@ matrix: - CFLAGS="-fcommon" - PYTHON="python3" - PIP="pip3" + - CIBW_TEST_REQUIRES="Cython" - CIBW_BEFORE_BUILD="pip install numpy Cython" - os: windows language: shell -- cgit v1.2.3