Skip to content

Commit

Permalink
Only build wheels on py36 through py38 (#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
tommyod committed Mar 19, 2020
1 parent 5c9e9b8 commit e31f661
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ environment:
matrix:
- PY_MAJOR_VER: 3
PYTHON_ARCH: "x86_64"
CIBW_SKIP: cp27-* cp33-* cp34-*
CIBW_BUILD: cp36-* cp37-* cp38-*
CIBW_TEST_REQUIRES: pytest matplotlib
CIBW_TEST_COMMAND: python -m pytest {project}/KDEpy --doctest-modules

Expand Down
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ matrix:
# The remaining 2 are set to assure Python 3 is used on OS X (mac)
env:
global:
- CIBW_SKIP="cp27-* cp33-* cp34-* cp35-*"
- CIBW_BUILD="cp36-* cp37-* cp38-*"
- CIBW_TEST_REQUIRES=pytest
- CIBW_TEST_COMMAND="python3 -m pytest {project}/KDEpy --doctest-modules"
- PIP=pip3
Expand Down

0 comments on commit e31f661

Please sign in to comment.