aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index b94ea43..3fa0812 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -46,9 +46,9 @@ matrix:
env:
global:
# - No longer actively maintaining gensvm for Python 2.7
- # - Skipping 3.8 for now because scikit-learn is not available as wheel
- # yet, and this breaks testing.
- - CIBW_SKIP="cp27-* cp38-*"
+ # - Skipping 3.5 for now because scikit-learn is not available as wheel
+ # anymore, and this breaks testing.
+ - CIBW_SKIP="cp27-* cp35-*"
# 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"