Skip to content

Commit

Permalink
Travis: explicit build version setting
Browse files Browse the repository at this point in the history
  • Loading branch information
MuellerSeb committed Mar 22, 2020
1 parent 9adee3c commit 24cd448
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ env:
- CIBW_BEFORE_BUILD="pip install numpy==1.17.3 cython==0.29.14 setuptools"
- CIBW_TEST_REQUIRES=pytest
- CIBW_TEST_COMMAND="pytest -v {project}/tests"
- CIBW_SKIP="cp27-*"
- CIBW_BUILD="cp35-* cp36-* cp37-* cp38-*"

before_install:
- |
Expand Down

0 comments on commit 24cd448

Please sign in to comment.