Skip to content

Commit

Permalink
Merge pull request #75 from roryyorke/master
Browse files Browse the repository at this point in the history
CI: put all OSX builds in allow_failure category
  • Loading branch information
roryyorke authored Aug 10, 2019
2 parents 613f080 + 3b9ebd0 commit c23ad78
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,18 @@ matrix:
os: osx
env: SLYCOT_PYTHON_VERSION=2.7 TEST_CONDA=1

- name: "OSX, Python 3.5, TEST_CONDA=1"
os: osx
env: SLYCOT_PYTHON_VERSION=3.5 TEST_CONDA=1

- name: "OSX, Python 3.6, TEST_CONDA=1"
os: osx
env: SLYCOT_PYTHON_VERSION=3.6 TEST_CONDA=1

- name: "OSX, Python 3.7, TEST_CONDA=1"
os: osx
env: SLYCOT_PYTHON_VERSION=3.7 TEST_CONDA=1

include:
- name: "OSX, Python 2.7, TEST_CONDA=1"
os: osx
Expand Down

0 comments on commit c23ad78

Please sign in to comment.