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

Commit 43e9947

Browse files
committed
remove 2.7 builds, reorder build matrix to align with daily
1 parent a062c50 commit 43e9947

File tree

1 file changed

+11
-22
lines changed

1 file changed

+11
-22
lines changed

.travis.yml

Lines changed: 11 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -29,40 +29,23 @@ matrix:
2929
include:
3030
- os: linux
3131
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
32+
- MB_PYTHON_VERSION=3.5
4433
- os: linux
4534
env:
46-
- MB_PYTHON_VERSION=2.7
47-
- PLAT=i686
35+
- MB_PYTHON_VERSION=3.6
4836
- os: linux
4937
env:
50-
- MB_PYTHON_VERSION=3.5
38+
- MB_PYTHON_VERSION=3.7
39+
- NP_BUILD_DEP="numpy==1.14.5"
40+
- NP_TEST_DEP="numpy==1.14.5"
5141
- os: linux
5242
env:
5343
- MB_PYTHON_VERSION=3.5
5444
- PLAT=i686
55-
- os: linux
56-
env:
57-
- MB_PYTHON_VERSION=3.6
5845
- os: linux
5946
env:
6047
- MB_PYTHON_VERSION=3.6
6148
- PLAT=i686
62-
- os: osx
63-
language: generic
64-
env:
65-
- MB_PYTHON_VERSION=2.7
6649
- os: osx
6750
language: generic
6851
env:
@@ -72,6 +55,12 @@ matrix:
7255
language: generic
7356
env:
7457
- MB_PYTHON_VERSION=3.6
58+
- os: osx
59+
language: generic
60+
env:
61+
- MB_PYTHON_VERSION=3.7
62+
- NP_BUILD_DEP="numpy==1.14.5"
63+
- NP_TEST_DEP="numpy==1.14.5"
7564

7665
before_install:
7766
# See:

0 commit comments

Comments
 (0)