Skip to content

Commit

Permalink
Travis: only test py35-py38
Browse files Browse the repository at this point in the history
  • Loading branch information
MuellerSeb committed Mar 22, 2020
1 parent 889fca7 commit 22748dd
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 @@ -10,7 +10,7 @@ env:
# Note: TWINE_PASSWORD is set in Travis settings
- TWINE_USERNAME=geostatframework
# skip py27 (EOL)
- CIBW_SKIP="cp27-*"
- CIBW_BUILD="cp35-* cp36-* cp37-* cp38-*"
# update setuptools to latest version
- CIBW_BEFORE_BUILD="pip install -U setuptools"
# testing with cibuildwheel
Expand Down

0 comments on commit 22748dd

Please sign in to comment.