File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff 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
106124before_install :
107125 - BUILD_DEPENDS="numpy==$NP_BUILD_DEP Cython setuptools>=18.0"
You can’t perform that action at this time.
0 commit comments