Skip to content
This repository was archived by the owner on Dec 1, 2023. It is now read-only.

Commit f9c9606

Browse files
committed
Fix travis builds and warnings
- remove exclude section as it prevented jobs creation - change keys in deploy to be compatibile with dpl2 - move from trusty to xenial (we are building anyway inside docker in CentOS) - remove 3.4 builds as its not longer supported
1 parent 964fb78 commit f9c9606

1 file changed

Lines changed: 6 additions & 28 deletions

File tree

.travis.yml

Lines changed: 6 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -18,22 +18,16 @@ env:
1818
# manylinux version to build (1, 2010 or 2014)
1919
- MB_ML_VER=2010
2020

21-
language: python
22-
# The travis Python version is unrelated to the version we build and test
23-
# with. This is set with the MB_PYTHON_VERSION variable.
24-
python: 3.5
25-
sudo: required
26-
dist: trusty
21+
language: generic
22+
dist: xenial
23+
os: linux
2724
services: docker
2825

2926
branches:
3027
except:
3128
- /^untagged-.*/
3229

33-
matrix:
34-
exclude:
35-
# Exclude the default Python 3.5 build
36-
- python: 3.5
30+
jobs:
3731
include:
3832
# Manylinux1
3933
- os: linux
@@ -56,15 +50,6 @@ matrix:
5650
- PLAT=i686
5751
- UNICODE_WIDTH=16
5852
- MB_ML_VER=1
59-
- os: linux
60-
env:
61-
- MB_PYTHON_VERSION=3.4
62-
- MB_ML_VER=1
63-
- os: linux
64-
env:
65-
- MB_PYTHON_VERSION=3.4
66-
- PLAT=i686
67-
- MB_ML_VER=1
6853
- os: linux
6954
env:
7055
- MB_PYTHON_VERSION=3.5
@@ -117,13 +102,6 @@ matrix:
117102
- MB_PYTHON_VERSION=2.7
118103
- PLAT=i686
119104
- UNICODE_WIDTH=16
120-
- os: linux
121-
env:
122-
- MB_PYTHON_VERSION=3.4
123-
- os: linux
124-
env:
125-
- MB_PYTHON_VERSION=3.4
126-
- PLAT=i686
127105
- os: linux
128106
env:
129107
- MB_PYTHON_VERSION=3.5
@@ -187,9 +165,9 @@ script:
187165

188166
deploy:
189167
provider: releases
190-
skip_cleanup: true
168+
cleanup: false
191169
file: "wheelhouse/*whl"
192170
file_glob: true
193-
api_key: ${GITHUB_API_KEY}
171+
token: ${GITHUB_API_KEY}
194172
on:
195173
branch: master

0 commit comments

Comments
 (0)