diff options
Diffstat (limited to '.travis.yml')
| -rw-r--r-- | .travis.yml | 2 |
1 files changed, 2 insertions, 0 deletions
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 |
