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

Commit abfe847

Browse files
committed
align build matrix with daily: remove python 2.7 builds and linux 3.5 32b build
1 parent a062c50 commit abfe847

File tree

1 file changed

+10
-25
lines changed

1 file changed

+10
-25
lines changed

.travis.yml

Lines changed: 10 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -27,42 +27,21 @@ matrix:
2727
# Exclude the default Python 3.5 build
2828
- python: 3.5
2929
include:
30-
- os: linux
31-
env:
32-
- MB_PYTHON_VERSION=3.7
33-
- NP_BUILD_DEP="numpy==1.14.5"
34-
- NP_TEST_DEP="numpy==1.14.5"
35-
- os: osx
36-
language: generic
37-
env:
38-
- MB_PYTHON_VERSION=3.7
39-
- NP_BUILD_DEP="numpy==1.14.5"
40-
- NP_TEST_DEP="numpy==1.14.5"
41-
- os: linux
42-
env:
43-
- MB_PYTHON_VERSION=2.7
44-
- os: linux
45-
env:
46-
- MB_PYTHON_VERSION=2.7
47-
- PLAT=i686
4830
- os: linux
4931
env:
5032
- MB_PYTHON_VERSION=3.5
5133
- os: linux
5234
env:
53-
- MB_PYTHON_VERSION=3.5
54-
- PLAT=i686
35+
- MB_PYTHON_VERSION=3.6
5536
- os: linux
5637
env:
57-
- MB_PYTHON_VERSION=3.6
38+
- MB_PYTHON_VERSION=3.7
39+
- NP_BUILD_DEP="numpy==1.14.5"
40+
- NP_TEST_DEP="numpy==1.14.5"
5841
- os: linux
5942
env:
6043
- MB_PYTHON_VERSION=3.6
6144
- PLAT=i686
62-
- os: osx
63-
language: generic
64-
env:
65-
- MB_PYTHON_VERSION=2.7
6645
- os: osx
6746
language: generic
6847
env:
@@ -72,6 +51,12 @@ matrix:
7251
language: generic
7352
env:
7453
- MB_PYTHON_VERSION=3.6
54+
- os: osx
55+
language: generic
56+
env:
57+
- MB_PYTHON_VERSION=3.7
58+
- NP_BUILD_DEP="numpy==1.14.5"
59+
- NP_TEST_DEP="numpy==1.14.5"
7560

7661
before_install:
7762
# See:

0 commit comments

Comments
 (0)