Skip to content

Commit 6b4e141

Browse files
authored
Use ci to build binary wheels?
1 parent e85bff6 commit 6b4e141

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.travis.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
language: python
22
jobs:
33
include:
4-
- name: "Linux py35:py38"
4+
- name: "Linux py36:py38"
55
services: docker
66
sudo: required
77
language: python
88
python: 3.8
99
env:
10-
- CIBW_BUILD="cp35-* cp36-* cp37-* cp38-*"
10+
- CIBW_BUILD="cp36-* cp37-* cp38-*"
1111

12-
- name: "MacOS py35:py38"
12+
- name: "MacOS py36:py38"
1313
os: osx
1414
language: shell
1515
env:
16-
- CIBW_BUILD="cp35-* cp36-* cp37-* cp38-*"
16+
- CIBW_BUILD="cp36-* cp37-* cp38-*"
1717

18-
- name: "Windows py35:py38"
18+
- name: "Windows py36:py38"
1919
os: windows
2020
language: shell
2121
before_install:
@@ -24,7 +24,7 @@ jobs:
2424
# make sure it's on PATH as 'python3'
2525
- ln -s /c/Python38/python.exe /c/Python38/python3.exe
2626
env:
27-
- CIBW_BUILD="cp35-* cp36-* cp37-* cp38-*"
27+
- CIBW_BUILD="cp36-* cp37-* cp38-*"
2828
env:
2929
global:
3030
- TWINE_USERNAME=__token__

0 commit comments

Comments
 (0)