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

Commit 135225c

Browse files
Add linux python 3.6 builds
1 parent 928a9e4 commit 135225c

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.travis.yml

+11
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,17 @@ matrix:
6060
- PLAT=i686
6161
- NP_BUILD_DEP=numpy==1.9.3
6262
- NP_TEST_DEP=numpy==1.9.3
63+
- os: linux
64+
env:
65+
- MB_PYTHON_VERSION=3.6
66+
- NP_BUILD_DEP=numpy==1.9.3
67+
- NP_TEST_DEP=numpy==1.9.3
68+
- os: linux
69+
env:
70+
- MB_PYTHON_VERSION=3.6
71+
- PLAT=i686
72+
- NP_BUILD_DEP=numpy==1.9.3
73+
- NP_TEST_DEP=numpy==1.9.3
6374
- os: osx
6475
language: generic
6576
env: MB_PYTHON_VERSION=2.7

0 commit comments

Comments
 (0)