Skip to content

Commit c23ad78

Browse files
authored
Merge pull request #75 from roryyorke/master
CI: put all OSX builds in allow_failure category
2 parents 613f080 + 3b9ebd0 commit c23ad78

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.travis.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,18 @@ matrix:
1010
os: osx
1111
env: SLYCOT_PYTHON_VERSION=2.7 TEST_CONDA=1
1212

13+
- name: "OSX, Python 3.5, TEST_CONDA=1"
14+
os: osx
15+
env: SLYCOT_PYTHON_VERSION=3.5 TEST_CONDA=1
16+
17+
- name: "OSX, Python 3.6, TEST_CONDA=1"
18+
os: osx
19+
env: SLYCOT_PYTHON_VERSION=3.6 TEST_CONDA=1
20+
21+
- name: "OSX, Python 3.7, TEST_CONDA=1"
22+
os: osx
23+
env: SLYCOT_PYTHON_VERSION=3.7 TEST_CONDA=1
24+
1325
include:
1426
- name: "OSX, Python 2.7, TEST_CONDA=1"
1527
os: osx

0 commit comments

Comments
 (0)