From aa579dc75652b6b43fb721443e1fcea77218d0d8 Mon Sep 17 00:00:00 2001 From: Gertjan van den Burg Date: Wed, 4 Mar 2020 13:12:20 +0000 Subject: Add test requirements Not sure if this is strictly necessary, but the cibw build fails at the moment due to missing Cython and numpy. --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index adb0aff..b94ea43 100644 --- a/.travis.yml +++ b/.travis.yml @@ -50,6 +50,7 @@ env: # yet, and this breaks testing. - CIBW_SKIP="cp27-* cp38-*" # Run the unit tests on the wheels that are created + - CIBW_TEST_REQUIRES="numpy Cython" - CIBW_TEST_COMMAND="python -VV && python -m unittest discover -f -s {project}/test" install: -- cgit v1.2.3