Skip to content

Commit d8e00e6

Browse files
committed
2 parents 089838c + f8ca924 commit d8e00e6

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

.travis.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,17 @@ matrix:
7575
- PLAT=i686
7676
- NP_BUILD_DEP="1.17.3"
7777
- NP_TEST_DEP="1.17.3"
78+
- os: linux
79+
env:
80+
- MB_PYTHON_VERSION=3.9
81+
- NP_BUILD_DEP="1.17.3"
82+
- NP_TEST_DEP="1.17.3"
83+
- os: linux
84+
env:
85+
- MB_PYTHON_VERSION=3.9
86+
- PLAT=i686
87+
- NP_BUILD_DEP="1.17.3"
88+
- NP_TEST_DEP="1.17.3"
7889
#- os: osx
7990
# language: generic
8091
# env:
@@ -102,6 +113,13 @@ matrix:
102113
- MB_PYTHON_OSX_VER=10.9
103114
- NP_BUILD_DEP="1.17.3"
104115
- NP_TEST_DEP="1.17.3"
116+
- os: osx
117+
language: generic
118+
env:
119+
- MB_PYTHON_VERSION=3.9
120+
- MB_PYTHON_OSX_VER=10.9
121+
- NP_BUILD_DEP="1.17.3"
122+
- NP_TEST_DEP="1.17.3"
105123

106124
before_install:
107125
- BUILD_DEPENDS="numpy==$NP_BUILD_DEP Cython setuptools>=18.0"

0 commit comments

Comments
 (0)