diff options
| author | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2020-03-04 13:12:20 +0000 |
|---|---|---|
| committer | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2020-03-04 13:12:20 +0000 |
| commit | aa579dc75652b6b43fb721443e1fcea77218d0d8 (patch) | |
| tree | a473ce8a790cd6f23cbd7763a0a1a694c0381dcc | |
| parent | Temporarily disable osx builds (diff) | |
| download | pygensvm-aa579dc75652b6b43fb721443e1fcea77218d0d8.tar.gz pygensvm-aa579dc75652b6b43fb721443e1fcea77218d0d8.zip | |
Add test requirements
Not sure if this is strictly necessary, but
the cibw build fails at the moment due to
missing Cython and numpy.
| -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: |
