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

Commit d925cae

Browse files
committed
BLD: add py38 and bump osx to 10.9
1 parent 2948bfd commit d925cae

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

.travis.yml

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,25 +43,40 @@ matrix:
4343
- MB_PYTHON_VERSION=3.7
4444
- NP_BUILD_DEP="1.14.5"
4545
- NP_TEST_DEP="1.14.5"
46+
- os: linux
47+
env:
48+
- MB_PYTHON_VERSION=3.8
49+
- NP_BUILD_DEP="1.14.5"
50+
- NP_TEST_DEP="1.14.5"
51+
4652
- os: linux
4753
env:
4854
- MB_PYTHON_VERSION=3.7
4955
- PLAT=i686
5056
- NP_BUILD_DEP="1.14.5"
5157
- NP_TEST_DEP="1.14.5"
58+
5259
- os: osx
5360
language: generic
5461
env:
5562
- MB_PYTHON_VERSION=3.6
63+
- MB_PYTHON_OSX_VER=10.9
5664
- NP_BUILD_DEP="1.11.3"
5765
- NP_TEST_DEP="1.11.3"
5866
- os: osx
5967
language: generic
6068
env:
6169
- MB_PYTHON_VERSION=3.7
70+
- MB_PYTHON_OSX_VER=10.9
6271
- NP_BUILD_DEP="1.14.5"
6372
- NP_TEST_DEP="1.14.5"
64-
73+
- os: osx
74+
language: generic
75+
env:
76+
- MB_PYTHON_VERSION=3.8
77+
- MB_PYTHON_OSX_VER=10.9
78+
- NP_BUILD_DEP=1.14.5
79+
- NP_TEST_DEP=1.14.5
6580
before_install:
6681
# See:
6782
# https://github.com/travis-ci/travis-ci/issues/8920#issuecomment-352661024

0 commit comments

Comments
 (0)