Commit 2a2e5a42 authored by robbuckley's avatar robbuckley
Browse files

test failure case

parent 12426f0a
...@@ -82,6 +82,13 @@ matrix: ...@@ -82,6 +82,13 @@ matrix:
env: env:
- MB_PYTHON_VERSION=3.5 - MB_PYTHON_VERSION=3.5
- VENV=venv - VENV=venv
# this is expected to fail
# 3.5 / 10.9 build doesn't exist
- os: osx
env:
- MB_PYTHON_VERSION=3.5
- MB_PYTHON_OSX_VER=10.9
- OSX_ENV_EXPECT_FAIL=true
- os: osx - os: osx
env: env:
- MB_PYTHON_VERSION=3.6 - MB_PYTHON_VERSION=3.6
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment