Skip to content

Commit 24cd448

Browse files
committed
Travis: explicit build version setting
1 parent 9adee3c commit 24cd448

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ env:
1111
- CIBW_BEFORE_BUILD="pip install numpy==1.17.3 cython==0.29.14 setuptools"
1212
- CIBW_TEST_REQUIRES=pytest
1313
- CIBW_TEST_COMMAND="pytest -v {project}/tests"
14-
- CIBW_SKIP="cp27-*"
14+
- CIBW_BUILD="cp35-* cp36-* cp37-* cp38-*"
1515

1616
before_install:
1717
- |

0 commit comments

Comments
 (0)