Skip to content

Commit

Permalink
temporarily disable python3 on osx for travis (onnx#579)
Browse files Browse the repository at this point in the history
it's broken currently, remove it while investigating
  • Loading branch information
anderspapitto authored Mar 2, 2018
1 parent 27b4022 commit 679d70e
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@ matrix:
- os: osx
osx_image: xcode9.3beta
env: PYTHON_VERSION=python2
- os: osx
osx_image: xcode9.3beta
env: PYTHON_VERSION=python3
- os: linux
sudo: required
env: PYTHON_VERSION=python2 ONNX_ML=1
Expand All @@ -23,9 +20,6 @@ matrix:
- os: osx
osx_image: xcode9.3beta
env: PYTHON_VERSION=python2 ONNX_ML=1
- os: osx
osx_image: xcode9.3beta
env: PYTHON_VERSION=python3 ONNX_ML=1

env:
global:
Expand Down

0 comments on commit 679d70e

Please sign in to comment.