diff options
| -rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
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: |
