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

Commit c9e49f7

Browse files
OSX: Add python 3.6
1 parent 8296fcc commit c9e49f7

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.travis.yml

+7
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,13 @@ matrix:
7474
- MB_PYTHON_VERSION=3.5
7575
- NP_BUILD_DEP=numpy==1.9.3
7676
- NP_TEST_DEP=numpy==1.9.3
77+
- os: osx
78+
language: generic
79+
env:
80+
- MB_PYTHON_VERSION=3.6
81+
- NP_BUILD_DEP=numpy==1.9.3
82+
- NP_TEST_DEP=numpy==1.9.3
83+
7784

7885
before_install:
7986
- BUILD_DEPENDS="$NP_BUILD_DEP Cython"

0 commit comments

Comments
 (0)