Disable OSX tests on Travis for now
We'll re-enable as soon as this is sorted out: https://github.com/travis-ci/travis-ci/issues/6303
This commit is contained in:
parent
97b2e6d958
commit
6e7b86cd82
|
@ -20,10 +20,10 @@ matrix:
|
||||||
include:
|
include:
|
||||||
- python: 3.5
|
- python: 3.5
|
||||||
env: TOXENV=lint
|
env: TOXENV=lint
|
||||||
- os: osx
|
# - os: osx
|
||||||
osx_image: xcode7.3
|
# osx_image: xcode7.3
|
||||||
language: generic
|
# language: generic
|
||||||
env: TOXENV=py35
|
# env: TOXENV=py35
|
||||||
- python: 3.5
|
- python: 3.5
|
||||||
env: TOXENV=py35
|
env: TOXENV=py35
|
||||||
- python: 3.5
|
- python: 3.5
|
||||||
|
|
Loading…
Reference in New Issue