Skip to content
This repository was archived by the owner on Apr 16, 2021. It is now read-only.

Commit d91237f

Browse files
committed
BLD: only build py38 on this branch
1 parent 681de75 commit d91237f

File tree

1 file changed

+1
-45
lines changed

1 file changed

+1
-45
lines changed

.travis.yml

Lines changed: 1 addition & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -31,63 +31,19 @@ matrix:
3131
# Exclude the default Python 3.5 build
3232
- python: 3.5
3333
include:
34-
- os: linux
35-
env:
36-
- MB_PYTHON_VERSION=3.7
37-
- NP_BUILD_DEP=1.14.5
38-
- NP_TEST_DEP=1.14.5
34+
3935
- os: linux
4036
env:
4137
- MB_PYTHON_VERSION=3.8
4238
- NP_BUILD_DEP=1.14.5
4339
- NP_TEST_DEP=1.14.5
44-
- os: linux
45-
env:
46-
- MB_PYTHON_VERSION=3.7
47-
- NP_BUILD_DEP=1.14.5
48-
- NP_TEST_DEP=1.14.5
49-
- PLAT=i686
50-
- os: linux
51-
env:
52-
- MB_PYTHON_VERSION=3.6
53-
- os: linux
54-
env:
55-
- MB_PYTHON_VERSION=3.6
56-
- PLAT=i686
57-
- os: osx
58-
language: generic
59-
env:
60-
- MB_PYTHON_VERSION=3.7
61-
- MB_PYTHON_OSX_VER=10.9
62-
- NP_BUILD_DEP=1.14.5
63-
- NP_TEST_DEP=1.14.5
6440
- os: osx
6541
language: generic
6642
env:
6743
- MB_PYTHON_VERSION=3.8
6844
- MB_PYTHON_OSX_VER=10.9
6945
- NP_BUILD_DEP=1.14.5
7046
- NP_TEST_DEP=1.14.5
71-
- os: osx
72-
language: generic
73-
env:
74-
- MB_PYTHON_VERSION=3.6
75-
- MB_PYTHON_OSX_VER=10.9
76-
allow_failures:
77-
- os: linux
78-
env:
79-
- MB_PYTHON_VERSION=3.7
80-
- NP_BUILD_DEP=1.14.5
81-
- NP_TEST_DEP=1.14.5
82-
- PLAT=i686
83-
- os: linux
84-
env:
85-
- MB_PYTHON_VERSION=3.6
86-
- PLAT=i686
87-
- os: linux
88-
env:
89-
- MB_PYTHON_VERSION=3.5
90-
- PLAT=i686
9147

9248
before_install:
9349
# See:

0 commit comments

Comments
 (0)