Skip to content

Commit

Permalink
Appveyor: Bugfix for py37, simpler matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
MuellerSeb committed May 2, 2019
1 parent 952d885 commit b047a6c
Showing 1 changed file with 4 additions and 20 deletions.
24 changes: 4 additions & 20 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,26 +3,10 @@ environment:
TWINE_USERNAME: geostatframework

matrix:
- PYTHON: "C:\\Python27"
CIBW_BEFORE_BUILD: pip install numpy==1.13.0 cython==0.26
- PYTHON: "C:\\Python27-x64"
CIBW_BEFORE_BUILD: pip install numpy==1.13.0 cython==0.26
- PYTHON: "C:\\Python34"
CIBW_BEFORE_BUILD: pip install numpy==1.13.0 cython==0.26
- PYTHON: "C:\\Python34-x64"
CIBW_BEFORE_BUILD: pip install numpy==1.13.0 cython==0.26
- PYTHON: "C:\\Python35"
CIBW_BEFORE_BUILD: pip install numpy==1.13.0 cython==0.26
- PYTHON: "C:\\Python35-x64"
CIBW_BEFORE_BUILD: pip install numpy==1.13.0 cython==0.26
- PYTHON: "C:\\Python36"
CIBW_BEFORE_BUILD: pip install numpy==1.13.0 cython==0.26
- PYTHON: "C:\\Python36-x64"
CIBW_BEFORE_BUILD: pip install numpy==1.13.0 cython==0.26
- PYTHON: "C:\\Python37"
CIBW_BEFORE_BUILD: pip install numpy==1.14.5 cython==0.28.3
- PYTHON: "C:\\Python37-x64"
CIBW_BEFORE_BUILD: pip install numpy==1.14.5 cython==0.28.3
- CIBW_BEFORE_BUILD: pip install numpy==1.13.0 cython==0.26
CIBW_SKIP: "cp37-*"
- CIBW_BEFORE_BUILD: pip install numpy==1.14.5 cython==0.28.3
CIBW_BUILD: "cp37-*"

build_script:
- pip install cibuildwheel==0.10.1
Expand Down

0 comments on commit b047a6c

Please sign in to comment.